| thinwire.ui.AlignTextComponent
All known Subclasses: thinwire.ui.Label,
AlignTextComponent | public interface AlignTextComponent extends TextComponent(Code) | | author: Joshua J. Gertzen |
Inner Class :public enum AlignX | |
Method Summary | |
public AlignX | getAlignX() | public void | setAlignX(AlignX alignX) Sets the text justification of the label (left, right, or center). |
PROPERTY_ALIGN_X | final public static String PROPERTY_ALIGN_X(Code) | | |
getAlignX | public AlignX getAlignX()(Code) | | Get this label's text justification
this label's text justification |
setAlignX | public void setAlignX(AlignX alignX)(Code) | | Sets the text justification of the label (left, right, or center).
Parameters: alignX - (Default = AlignX.LEFT) throws: IllegalArgumentException - if alignX is null |
|
|