de.tif.jacob.screen.dialogs.form
Class CellConstraints
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CellConstraints
public CellConstraints()
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.