| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_HEIGHT |
static String |
KEY_WIDTH |
static String |
KEY_X |
static String |
KEY_Y |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
Rectangle() |
Rectangle(Float x,
Float y,
Float width,
Float height) |
Rectangle(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
Float |
getHeight() |
Float |
getWidth() |
Float |
getX() |
Float |
getY() |
Rectangle |
setHeight(Float height)
The height in pixels of the user control's bounding rectangle
|
Rectangle |
setWidth(Float width)
Set the width in pixels of the user control's bounding rectangle in pixels
|
Rectangle |
setX(Float x)
Set the X-coordinate pixel in of the user control that starts in the upper left corner
|
Rectangle |
setY(Float y)
Set the Y-coordinate pixel of the user control that starts in the upper left corner
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_X
public static final String KEY_Y
public static final String KEY_WIDTH
public static final String KEY_HEIGHT
public Rectangle setX(@NonNull Float x)
public Float getX()
public Rectangle setY(@NonNull Float y)
public Float getY()
public Rectangle setWidth(@NonNull Float width)
public Float getWidth()
public Rectangle setHeight(@NonNull Float height)
public Float getHeight()