java.lang.Object
com.smartdevicelink.proxy.RPCStruct
The x or y coordinate of the touch.
Parameter List
Name | Type | Description | Reg. | Notes | Version |
---|---|---|---|---|---|
x | Integer | The x coordinate of the touch. | Y | minvalue = 0; maxvalue = 10000 | SmartDeviceLink 3.0 |
y | Integer | The y coordinate of the touch. | Y | minvalue = 0; maxvalue = 10000 | SmartDeviceLink 3.0 |
public static final java.lang.String KEY_X
public static final java.lang.String KEY_Y
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public TouchCoord()
Constructs a new TouchCoord object indicated by the Hashtable parameter
public TouchCoord(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new TouchCoord object
public TouchCoord(Integer x,Integer y)
public com.smartdevicelink.proxy.rpc.TouchCoord setX(Integer x)
public java.lang.Integer getX()
public com.smartdevicelink.proxy.rpc.TouchCoord setY(Integer y)
public java.lang.Integer getY()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |