yu.ac.bg.etf.javaqx.qswing.layouts.formlayout
Class FormLayout.LayoutInfo

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.layouts.formlayout.FormLayout.LayoutInfo
Enclosing class:
FormLayout

public static final class FormLayout.LayoutInfo
extends java.lang.Object

Stores column and row origins.


Method Summary
 int[] getColumnOrigins()
          Returns the origins of the columns.
 int getHeight()
          Returns the layout's height, the size between the first and last row.
 int[] getRowOrigins()
          Returns the origins of the rows.
 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
 

Method Detail

getColumnOrigins

public int[] getColumnOrigins()
Returns the origins of the columns.

Returns:
int[] the origins of the columns

getRowOrigins

public int[] getRowOrigins()
Returns the origins of the rows.

Returns:
int[] the origins of the rows

getX

public int getX()
Returns the layout's horizontal origin, the origin of the first column.

Returns:
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.

Returns:
the layout's vertical origin, the origin of the first row.

getWidth

public int getWidth()
Returns the layout's width, the size between the first and the last column origin.

Returns:
the layout's width.

getHeight

public int getHeight()
Returns the layout's height, the size between the first and last row.

Returns:
the layout's height.


Copyright © 2007 ETF and contributors. All Rights Reserved.