|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TextLabel.Alignment in synergynetframework.appsystem.contentsystem.items |
---|
Methods in synergynetframework.appsystem.contentsystem.items that return TextLabel.Alignment | |
---|---|
TextLabel.Alignment |
TextLabel.getAlignment()
Gets the alignment. |
static TextLabel.Alignment |
TextLabel.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextLabel.Alignment[] |
TextLabel.Alignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in synergynetframework.appsystem.contentsystem.items with parameters of type TextLabel.Alignment | |
---|---|
void |
TextLabel.setAlignment(TextLabel.Alignment alignment)
Sets the alignment. |
Uses of TextLabel.Alignment in synergynetframework.appsystem.contentsystem.items.implementation.interfaces |
---|
Methods in synergynetframework.appsystem.contentsystem.items.implementation.interfaces that return TextLabel.Alignment | |
---|---|
TextLabel.Alignment |
ITextLabelImplementation.getAlignment()
Gets the alignment. |
Methods in synergynetframework.appsystem.contentsystem.items.implementation.interfaces with parameters of type TextLabel.Alignment | |
---|---|
void |
ITextLabelImplementation.setAlignment(TextLabel.Alignment textAlignment)
Sets the alignment. |
Uses of TextLabel.Alignment in synergynetframework.appsystem.contentsystem.jme.items |
---|
Methods in synergynetframework.appsystem.contentsystem.jme.items that return TextLabel.Alignment | |
---|---|
TextLabel.Alignment |
JMETextLabel.getAlignment()
|
Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type TextLabel.Alignment | |
---|---|
void |
JMETextLabel.setAlignment(TextLabel.Alignment textAlignment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |