public class ComponentLocationAbsolute extends AggreGateBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
F_HEIGHT |
static java.lang.String |
F_WIDTH |
static java.lang.String |
F_X |
static java.lang.String |
F_Y |
static java.lang.String |
F_ZINDEX |
static TableFormat |
OFT_COMPONENT_LOCATION_ABSOLUTE |
| Constructor and Description |
|---|
ComponentLocationAbsolute() |
ComponentLocationAbsolute(DataRecord data) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentLocationAbsolute |
fromDataTable(DataTable dataTable) |
java.lang.Integer |
getHeight() |
java.lang.Integer |
getWidth() |
java.lang.Integer |
getX() |
java.lang.Integer |
getY() |
java.lang.Integer |
getzIndex() |
void |
setHeight(java.lang.Integer height) |
void |
setWidth(java.lang.Integer width) |
void |
setX(java.lang.Integer x) |
void |
setY(java.lang.Integer y) |
void |
setzIndex(java.lang.Integer zIndex) |
DataTable |
toDataTable() |
getFormat, toDataRecordpublic static final TableFormat OFT_COMPONENT_LOCATION_ABSOLUTE
public static final java.lang.String F_X
public static final java.lang.String F_Y
public static final java.lang.String F_WIDTH
public static final java.lang.String F_HEIGHT
public static final java.lang.String F_ZINDEX
public ComponentLocationAbsolute()
public ComponentLocationAbsolute(DataRecord data)
public java.lang.Integer getX()
public void setX(java.lang.Integer x)
public java.lang.Integer getY()
public void setY(java.lang.Integer y)
public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
public java.lang.Integer getzIndex()
public void setzIndex(java.lang.Integer zIndex)
public DataTable toDataTable()
toDataTable in class AggreGateBeanpublic static ComponentLocationAbsolute fromDataTable(DataTable dataTable)