jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs.form
Class CellConstraints

java.lang.Object
  extended by de.tif.jacob.screen.dialogs.form.CellConstraints

public class CellConstraints
extends java.lang.Object


Field Summary
static java.lang.String RCS_ID
           
static java.lang.String RCS_REV
           
 
Constructor Summary
CellConstraints()
           
 
Method Summary
 int getColumn()
           
 int getHeight()
           
 int getRow()
           
 int getWidth()
           
 CellConstraints xy(int column, int row)
           
 CellConstraints xywh(int column, int row, int width, int height)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
See Also:
Constant Field Values
Constructor Detail

CellConstraints

public CellConstraints()
Method Detail

xy

public CellConstraints xy(int column,
                          int row)

xywh

public CellConstraints xywh(int column,
                            int row,
                            int width,
                            int height)

getColumn

public final int getColumn()
Returns:
Returns the column.

getRow

public final int getRow()
Returns:
Returns the row.

getWidth

public final int getWidth()
Returns:
Returns the width.

getHeight

public final int getHeight()
Returns:
Returns the height.

jACOB 2.7 API Documentation.