| |
|
| java.lang.Object org.zaval.awt.Align
All known Subclasses: org.zaval.awt.AlignArea,
Constructor Summary | |
public | Align() Constructs a new Align. |
Align | public Align()(Code) | | Constructs a new Align.
|
getAlign | public int getAlign()(Code) | | Returns the align type as int value.
int value of the align property. |
getAlignInsets | public Insets getAlignInsets()(Code) | | Returns the align type as Insets value.
java.awt.Insets value of the align property. |
getAlignString | public String getAlignString()(Code) | | Returns the align type as String value.
String value of the align property. |
setAlign | public void setAlign(int a)(Code) | | Sets the arrangement type as int value.
Parameters: a - new int value of the align property. |
setAlignInsets | public void setAlignInsets(Insets i)(Code) | | Sets the align type as Insets value.
Parameters: i - new java.awt.Insets value of the align property. |
|
|
|