java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_X
public static final java.lang.String KEY_Y
public static final java.lang.String KEY_WIDTH
public static final java.lang.String KEY_HEIGHT
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public Rectangle()
public Rectangle(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
public Rectangle(Float x,Float y,Float width,Float height)
Set the X-coordinate pixel in of the user control that starts in the upper left corner
public com.smartdevicelink.proxy.rpc.Rectangle setX(Float x)
public java.lang.Float getX()
Set the Y-coordinate pixel of the user control that starts in the upper left corner
public com.smartdevicelink.proxy.rpc.Rectangle setY(Float y)
public java.lang.Float getY()
Set the width in pixels of the user control's bounding rectangle in pixels
public com.smartdevicelink.proxy.rpc.Rectangle setWidth(Float width)
public java.lang.Float getWidth()
The height in pixels of the user control's bounding rectangle
public com.smartdevicelink.proxy.rpc.Rectangle setHeight(Float height)
public java.lang.Float getHeight()
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 |