|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.forms.layout.FormLayout.LayoutInfo
public static final class FormLayout.LayoutInfo
Stores column and row origins.
Field Summary | |
---|---|
int[] |
columnOrigins
Holds the origins of the columns. |
int[] |
rowOrigins
Holds the origins of the rows. |
Constructor Summary | |
---|---|
private |
FormLayout.LayoutInfo(int[] xOrigins,
int[] yOrigins)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int[] columnOrigins
public final int[] rowOrigins
Constructor Detail |
---|
private FormLayout.LayoutInfo(int[] xOrigins, int[] yOrigins)
Method Detail |
---|
public int getX()
public int getY()
public int getWidth()
public int getHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |