public interface Text extends Widget
The following features are supported:
SofiagraphicsPackage.getText()| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Returns the value of the 'Attribute Name' attribute.
|
Alignment |
getHalign()
Returns the value of the 'Halign' attribute.
|
String |
getText()
Returns the value of the 'Text' attribute.
|
Alignment |
getValign()
Returns the value of the 'Valign' attribute.
|
void |
setAttributeName(String value)
Sets the value of the '
Attribute Name' attribute. |
void |
setHalign(Alignment value)
Sets the value of the '
Halign' attribute. |
void |
setText(String value)
Sets the value of the '
Text' attribute. |
void |
setValign(Alignment value)
Sets the value of the '
Valign' attribute. |
getChild, getDim, getParent, getPortYPosition, getPos, getStyle, isGestureOnly, setDim, setGestureOnly, setParent, setPortYPosition, setPos, setStyleString getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
SofiagraphicsPackage.getText_Text()void setText(String value)
Text' attribute.
value - the new value of the 'Text' attribute.getText()Alignment getHalign()
Alignment.
If the meaning of the 'Halign' attribute isn't clear, there really should be more of a description here...
Alignment,
setHalign(Alignment),
SofiagraphicsPackage.getText_Halign()void setHalign(Alignment value)
Halign' attribute.
value - the new value of the 'Halign' attribute.Alignment,
getHalign()Alignment getValign()
Alignment.
If the meaning of the 'Valign' attribute isn't clear, there really should be more of a description here...
Alignment,
setValign(Alignment),
SofiagraphicsPackage.getText_Valign()void setValign(Alignment value)
Valign' attribute.
value - the new value of the 'Valign' attribute.Alignment,
getValign()String getAttributeName()
If the meaning of the 'Attribute Name' attribute isn't clear, there really should be more of a description here...
setAttributeName(String),
SofiagraphicsPackage.getText_AttributeName()void setAttributeName(String value)
Attribute Name' attribute.
value - the new value of the 'Attribute Name' attribute.getAttributeName()Copyright © 2018. All rights reserved.