|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.impl.PropertyContainerImpl
org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl
org.eclipse.graphiti.mm.algorithms.impl.AbstractTextImpl
public abstract class AbstractTextImpl
An implementation of the model object 'Abstract Text'.
The following features are implemented:
| Field Summary | |
|---|---|
protected java.lang.Integer |
angle
The cached value of the ' Angle' attribute. |
protected static java.lang.Integer |
ANGLE_EDEFAULT
The default value of the ' Angle' attribute. |
protected Font |
font
The cached value of the ' Font' containment reference. |
protected static Orientation |
HORIZONTAL_ALIGNMENT_EDEFAULT
The default value of the ' Horizontal Alignment' attribute. |
protected Orientation |
horizontalAlignment
The cached value of the ' Horizontal Alignment' attribute. |
protected java.lang.String |
value
The cached value of the ' Value' attribute. |
protected static java.lang.String |
VALUE_EDEFAULT
The default value of the ' Value' attribute. |
protected static Orientation |
VERTICAL_ALIGNMENT_EDEFAULT
The default value of the ' Vertical Alignment' attribute. |
protected Orientation |
verticalAlignment
The cached value of the ' Vertical Alignment' attribute. |
| Fields inherited from class org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl |
|---|
background, filled, FILLED_EDEFAULT, foreground, graphicsAlgorithmChildren, height, HEIGHT_EDEFAULT, LINE_STYLE_EDEFAULT, LINE_VISIBLE_EDEFAULT, LINE_WIDTH_EDEFAULT, lineStyle, lineVisible, lineWidth, renderingStyle, style, transparency, TRANSPARENCY_EDEFAULT, width, WIDTH_EDEFAULT, x, X_EDEFAULT, y, Y_EDEFAULT |
| Fields inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
|---|
properties |
| Constructor Summary | |
|---|---|
protected |
AbstractTextImpl()
|
| Method Summary | |
|---|---|
Font |
basicGetFont()
|
NotificationChain |
basicSetFont(Font newFont,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.Integer |
getAngle()
|
Font |
getFont()
|
Orientation |
getHorizontalAlignment()
|
java.lang.String |
getValue()
|
Orientation |
getVerticalAlignment()
|
void |
setAngle(java.lang.Integer newAngle)
|
void |
setFont(Font newFont)
|
void |
setHorizontalAlignment(Orientation newHorizontalAlignment)
|
void |
setValue(java.lang.String newValue)
|
void |
setVerticalAlignment(Orientation newVerticalAlignment)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm |
|---|
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY |
| Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
|---|
getProperties |
| Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle |
|---|
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency |
| Field Detail |
|---|
protected Font font
Font' containment reference.
getFont()protected static final Orientation HORIZONTAL_ALIGNMENT_EDEFAULT
Horizontal Alignment' attribute.
getHorizontalAlignment()protected Orientation horizontalAlignment
Horizontal Alignment' attribute.
getHorizontalAlignment()protected static final Orientation VERTICAL_ALIGNMENT_EDEFAULT
Vertical Alignment' attribute.
getVerticalAlignment()protected Orientation verticalAlignment
Vertical Alignment' attribute.
getVerticalAlignment()protected static final java.lang.Integer ANGLE_EDEFAULT
Angle' attribute.
getAngle()protected java.lang.Integer angle
Angle' attribute.
getAngle()protected static final java.lang.String VALUE_EDEFAULT
Value' attribute.
getValue()protected java.lang.String value
Value' attribute.
getValue()| Constructor Detail |
|---|
protected AbstractTextImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class GraphicsAlgorithmImplpublic Font getFont()
getFont in interface AbstractTextAbstractText.setFont(Font),
AlgorithmsPackage.getAbstractText_Font()public Font basicGetFont()
public NotificationChain basicSetFont(Font newFont,
NotificationChain msgs)
public void setFont(Font newFont)
setFont in interface AbstractTextnewFont - the new value of the 'Font' containment reference.AbstractText.getFont()public Orientation getHorizontalAlignment()
getHorizontalAlignment in interface AbstractTextOrientation,
AbstractText.setHorizontalAlignment(Orientation),
AlgorithmsPackage.getAbstractText_HorizontalAlignment()public void setHorizontalAlignment(Orientation newHorizontalAlignment)
setHorizontalAlignment in interface AbstractTextnewHorizontalAlignment - the new value of the 'Horizontal Alignment' attribute.Orientation,
AbstractText.getHorizontalAlignment()public Orientation getVerticalAlignment()
getVerticalAlignment in interface AbstractTextOrientation,
AbstractText.setVerticalAlignment(Orientation),
AlgorithmsPackage.getAbstractText_VerticalAlignment()public void setVerticalAlignment(Orientation newVerticalAlignment)
setVerticalAlignment in interface AbstractTextnewVerticalAlignment - the new value of the 'Vertical Alignment' attribute.Orientation,
AbstractText.getVerticalAlignment()public java.lang.Integer getAngle()
getAngle in interface AbstractTextAbstractText.setAngle(Integer),
AlgorithmsPackage.getAbstractText_Angle()public void setAngle(java.lang.Integer newAngle)
setAngle in interface AbstractTextnewAngle - the new value of the 'Angle' attribute.AbstractText.getAngle()public java.lang.String getValue()
getValue in interface AbstractTextAbstractText.setValue(String),
AlgorithmsPackage.getAbstractText_Value()public void setValue(java.lang.String newValue)
setValue in interface AbstractTextnewValue - the new value of the 'Value' attribute.AbstractText.getValue()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class GraphicsAlgorithmImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class GraphicsAlgorithmImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in class GraphicsAlgorithmImplpublic void eUnset(int featureID)
eUnset in class GraphicsAlgorithmImplpublic boolean eIsSet(int featureID)
eIsSet in class GraphicsAlgorithmImplpublic java.lang.String toString()
toString in class GraphicsAlgorithmImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||