|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractText
A representation of the model object 'Abstract Text'.
The following features are supported:
AlgorithmsPackage.getAbstractText()| Method Summary | |
|---|---|
java.lang.Integer |
getAngle()
Returns the value of the 'Angle' attribute. |
Font |
getFont()
Returns the value of the 'Font' containment reference. |
Orientation |
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. |
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)
Sets the value of the ' Angle' attribute. |
void |
setFont(Font value)
Sets the value of the ' Font' containment reference. |
void |
setHorizontalAlignment(Orientation value)
Sets the value of the ' Horizontal Alignment' 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. |
| 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 |
| Method Detail |
|---|
Font 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' containment reference.
value - the new value of the 'Font' containment 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||