|
||||||||||
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 | |
---|---|
Integer |
getAngle()
Returns the value of the 'Angle' attribute. |
Font |
getFont()
Returns the value of the 'Font' reference. |
Orientation |
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. |
String |
getValue()
Returns the value of the 'Value' attribute. |
Orientation |
getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute. |
void |
setAngle(Integer value)
Sets the value of the ' Angle ' attribute. |
void |
setFont(Font value)
Sets the value of the ' Font ' reference. |
void |
setHorizontalAlignment(Orientation value)
Sets the value of the ' Horizontal Alignment ' attribute. |
void |
setValue(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
' 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()
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(Integer value)
Angle
' attribute.
value
- the new value of the 'Angle' attribute.getAngle()
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(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 |