com.jgoodies.forms.layout
Class FormLayout.LayoutInfo
- FormLayout
public static final class FormLayout.LayoutInfo
Stores column and row origins.
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.
|
columnOrigins
public final int[] columnOrigins
Holds the origins of the columns.
rowOrigins
public final int[] rowOrigins
Holds the origins of the rows.
getHeight
public int getHeight()
Returns the layout's height, the size between the first and last row.
getWidth
public int getWidth()
Returns the layout's width, the size between the first and the last
column origin.
getX
public int getX()
Returns the layout's horizontal origin, the origin of the first column.
- the layout's horizontal origin, the origin of the first column.
getY
public int getY()
Returns the layout's vertical origin, the origin of the first row.
- the layout's vertical origin, the origin of the first row.
Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.