com.jgoodies.forms.layout
public static final class FormLayout.LayoutInfo extends Object
| Field Summary | |
|---|---|
| int[] | columnOrigins
Holds the origins of the columns. |
| int[] | rowOrigins
Holds the origins of the rows. |
| Method Summary | |
|---|---|
| int | getHeight()
Returns the layout's height, the size between the first and last row.
|
| int | getWidth()
Returns the layout's width, the size between the first and the last
column origin.
|
| int | getX()
Returns the layout's horizontal origin, the origin of the first column.
|
| int | getY()
Returns the layout's vertical origin, the origin of the first row.
|
Returns: the layout's height.
Returns: the layout's width.
Returns: the layout's horizontal origin, the origin of the first column.
Returns: the layout's vertical origin, the origin of the first row.