|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.zaval.lw.LwConstraints
The class is used to specify constrains that are used with the LwGridLayout layout manager.
Field Summary | |
int |
ax
This field defines the component horizontal alignment inside the area. |
int |
ay
This field defines the component vertical alignment inside the area. |
int |
colSpan
Specifies number of columuns that has to be used for the cell. |
int |
fill
This field is used when the component display area is larger than the component requested size. |
java.awt.Insets |
insets
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area. |
int |
rowSpan
Specifies number of rows that has to be used for the cell. |
Constructor Summary | |
LwConstraints()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int colSpan
public int rowSpan
public int fill
The following constants can be used as the value:
LwToolkit.HORIZONTAL|LwToolkit.VERTICAL is used as default value for the field.
public int ax
public int ay
public java.awt.Insets insets
The default value is null
. This is equivalent of (0, 0, 0, 0)
insets.
Constructor Detail |
public LwConstraints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |