|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.algorithms.styles.impl.TextStyleRegionImpl
public class TextStyleRegionImpl
An implementation of the model object 'Text Style Region'.
The following features are implemented:
Field Summary | |
---|---|
protected int |
end
The cached value of the ' End ' attribute. |
protected static int |
END_EDEFAULT
The default value of the ' End ' attribute. |
protected int |
start
The cached value of the ' Start ' attribute. |
protected static int |
START_EDEFAULT
The default value of the ' Start ' attribute. |
protected TextStyle |
style
The cached value of the ' Style ' containment reference. |
Constructor Summary | |
---|---|
protected |
TextStyleRegionImpl()
|
Method Summary | |
---|---|
TextStyle |
basicGetStyle()
|
NotificationChain |
basicSetStyle(TextStyle newStyle,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
int |
getEnd()
|
int |
getStart()
|
TextStyle |
getStyle()
|
void |
setEnd(int newEnd)
|
void |
setStart(int newStart)
|
void |
setStyle(TextStyle newStyle)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final int START_EDEFAULT
Start
' attribute.
getStart()
,
Constant Field Valuesprotected int start
Start
' attribute.
getStart()
protected static final int END_EDEFAULT
End
' attribute.
getEnd()
,
Constant Field Valuesprotected int end
End
' attribute.
getEnd()
protected TextStyle style
Style
' containment reference.
getStyle()
Constructor Detail |
---|
protected TextStyleRegionImpl()
Method Detail |
---|
protected EClass eStaticClass()
public int getStart()
getStart
in interface TextStyleRegion
TextStyleRegion.setStart(int)
,
StylesPackage.getTextStyleRegion_Start()
public void setStart(int newStart)
setStart
in interface TextStyleRegion
newStart
- the new value of the 'Start' attribute.TextStyleRegion.getStart()
public int getEnd()
getEnd
in interface TextStyleRegion
TextStyleRegion.setEnd(int)
,
StylesPackage.getTextStyleRegion_End()
public void setEnd(int newEnd)
setEnd
in interface TextStyleRegion
newEnd
- the new value of the 'End' attribute.TextStyleRegion.getEnd()
public TextStyle getStyle()
getStyle
in interface TextStyleRegion
TextStyleRegion.setStyle(TextStyle)
,
StylesPackage.getTextStyleRegion_Style()
public TextStyle basicGetStyle()
public NotificationChain basicSetStyle(TextStyle newStyle, NotificationChain msgs)
public void setStyle(TextStyle newStyle)
setStyle
in interface TextStyleRegion
newStyle
- the new value of the 'Style' containment reference.TextStyleRegion.getStyle()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |