java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_COL
public static final java.lang.String KEY_ROW
public static final java.lang.String KEY_LEVEL
public static final java.lang.String KEY_COL_SPAN
public static final java.lang.String KEY_ROW_SPAN
public static final java.lang.String KEY_LEVEL_SPAN
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public Grid()
public Grid(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Struct that describes a location (origin coordinates and span) of a vehicle component (Module)
public Grid(Integer row,Integer column)
Sets the column of this Grid
public com.smartdevicelink.proxy.rpc.Grid setCol(Integer col)
Get the column value of this Grid
public java.lang.Integer getCol()
Sets the row's value of this Grid
public com.smartdevicelink.proxy.rpc.Grid setRow(Integer row)
Gets the row value of this Grid
public java.lang.Integer getRow()
Sets the level value of this Grid
public com.smartdevicelink.proxy.rpc.Grid setLevel(Integer level)
Gets the level value of this Grid
public java.lang.Integer getLevel()
Sets the column span of this Grid
public com.smartdevicelink.proxy.rpc.Grid setColSpan(Integer span)
Gets the column span of this Grid
public java.lang.Integer getColSpan()
Sets the row span of this Grid
public com.smartdevicelink.proxy.rpc.Grid setRowSpan(Integer span)
Gets the row span of this Grid
public java.lang.Integer getRowSpan()
Sets the level span of this Grid
public com.smartdevicelink.proxy.rpc.Grid setLevelSpan(Integer span)
Gets the level span of this Grid
public java.lang.Integer getLevelSpan()
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 |