public interface AbstractText extends GraphicsAlgorithm
AlgorithmsPackage.getAbstractText()| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAngle()
Deprecated.
This attribute exists because of compatibility (after
removing old diagrams would not be readable any more). It is
replaced by the new attribute rotation.
|
Font |
getFont()
Returns the value of the 'Font' reference.
|
Orientation |
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute.
|
java.lang.Double |
getRotation()
Returns the value of the 'Rotation' attribute.
|
org.eclipse.emf.common.util.EList<TextStyleRegion> |
getStyleRegions()
Returns the value of the 'Style Regions' containment reference list.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
Orientation |
getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.
|
void |
setAngle(java.lang.Integer value)
Deprecated.
This attribute exists because of compatibility (after
removing old diagrams would not be readable any more). It is
replaced by the new attribute rotation.
|
void |
setFont(Font value)
Sets the value of the '
Font' reference. |
void |
setHorizontalAlignment(Orientation value)
Sets the value of the '
Horizontal Alignment' attribute. |
void |
setRotation(java.lang.Double value)
Sets the value of the '
Rotation' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute. |
void |
setVerticalAlignment(Orientation value)
Sets the value of the '
Vertical Alignment' attribute. |
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setYgetPropertieseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisibleFont getFont()
If the meaning of the 'Font' containment reference isn't clear, there really should be more of a description here...
setFont(Font),
AlgorithmsPackage.getAbstractText_Font()void setFont(Font value)
Font' reference.
value - the new value of the 'Font' reference.getFont()Orientation getHorizontalAlignment()
"ALIGNMENT_LEFT".
The literals are from the enumeration Orientation.
If the meaning of the 'Horizontal Alignment' attribute isn't clear, there really should be more of a description here...
Orientation,
setHorizontalAlignment(Orientation),
AlgorithmsPackage.getAbstractText_HorizontalAlignment()void setHorizontalAlignment(Orientation value)
Horizontal Alignment' attribute.
value - the new value of the 'Horizontal Alignment' attribute.Orientation,
getHorizontalAlignment()Orientation getVerticalAlignment()
"ALIGNMENT_CENTER".
The literals are from the enumeration Orientation.
If the meaning of the 'Vertical Alignment' attribute isn't clear, there really should be more of a description here...
Orientation,
setVerticalAlignment(Orientation),
AlgorithmsPackage.getAbstractText_VerticalAlignment()void setVerticalAlignment(Orientation value)
Vertical Alignment' attribute.
value - the new value of the 'Vertical Alignment' attribute.Orientation,
getVerticalAlignment()java.lang.Integer getAngle()
"0".
If the meaning of the 'Angle' attribute isn't clear, there really should be more of a description here...
,
setAngle(Integer),
AlgorithmsPackage.getAbstractText_Angle()void setAngle(java.lang.Integer value)
Angle' attribute.
value - the new value of the 'Angle' attribute.,
getAngle()java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
AlgorithmsPackage.getAbstractText_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()org.eclipse.emf.common.util.EList<TextStyleRegion> getStyleRegions()
TextStyleRegion.
If the meaning of the 'Style Regions' containment reference list isn't clear, there really should be more of a description here...
AlgorithmsPackage.getAbstractText_StyleRegions()java.lang.Double getRotation()
"0".
If the meaning of the 'Rotation' attribute isn't clear, there really should be more of a description here...
setRotation(Double),
AlgorithmsPackage.getAbstractText_Rotation()void setRotation(java.lang.Double value)
Rotation' attribute.
value - the new value of the 'Rotation' attribute.getRotation()