public static final class FormLayout.LayoutInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int[] |
columnOrigins |
Holds the origins of the columns.
|
int[] |
rowOrigins |
Holds the origins of the rows.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
public final int[] columnOrigins
public final int[] rowOrigins
public int getX()
public int getY()
public int getWidth()
public int getHeight()
Copyright © 2002-2009 JGoodies Karsten Lentzsch. All Rights Reserved.