| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ID |
static String |
KEY_RECT |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
HapticRect() |
HapticRect(Hashtable<String,Object> hash) |
HapticRect(Integer id,
Rectangle rect) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Rectangle |
getRect() |
HapticRect |
setId(Integer id)
Set a user control spatial identifier that references the supplied spatial data
|
HapticRect |
setRect(Rectangle rect)
Set the position of the haptic rectangle to be highlighted.
|
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_ID
public static final String KEY_RECT
public HapticRect setId(@NonNull Integer id)
public Integer getId()
public HapticRect setRect(@NonNull Rectangle rect)
public Rectangle getRect()