Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaSE Documentation
Grid

Class Grid

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Overview

Struct that describes a location (origin coordinates and span) of a vehicle component (Module)

Fields

KEY_COL

public static final java.lang.String KEY_COL
Constant Value
"col"

KEY_ROW

public static final java.lang.String KEY_ROW
Constant Value
"row"

KEY_LEVEL

public static final java.lang.String KEY_LEVEL
Constant Value
"level"

KEY_COL_SPAN

public static final java.lang.String KEY_COL_SPAN
Constant Value
"colspan"

KEY_ROW_SPAN

public static final java.lang.String KEY_ROW_SPAN
Constant Value
"rowspan"

KEY_LEVEL_SPAN

public static final java.lang.String KEY_LEVEL_SPAN
Constant Value
"levelspan"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

Grid()

public Grid()

Grid( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

public Grid(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash

Grid( Integer row, Integer column )

Struct that describes a location (origin coordinates and span) of a vehicle component (Module)

public Grid(Integer row,Integer column)

Constructor Parameters

row
Sets the row's value of this Grid
column
Sets the column of this Grid

Methods

setCol( Integer col )

Sets the column of this Grid

public com.smartdevicelink.proxy.rpc.Grid setCol(Integer col)

Method Parameters

col
the column to be set

getCol()

Get the column value of this Grid

public java.lang.Integer getCol()

setRow( Integer row )

Sets the row's value of this Grid

public com.smartdevicelink.proxy.rpc.Grid setRow(Integer row)

Method Parameters

row
the row to be set

getRow()

Gets the row value of this Grid

public java.lang.Integer getRow()

setLevel( Integer level )

Sets the level value of this Grid

public com.smartdevicelink.proxy.rpc.Grid setLevel(Integer level)

Method Parameters

level
the level to be set

getLevel()

Gets the level value of this Grid

public java.lang.Integer getLevel()

setColSpan( Integer span )

Sets the column span of this Grid

public com.smartdevicelink.proxy.rpc.Grid setColSpan(Integer span)

Method Parameters

span
the span to be set

getColSpan()

Gets the column span of this Grid

public java.lang.Integer getColSpan()

setRowSpan( Integer span )

Sets the row span of this Grid

public com.smartdevicelink.proxy.rpc.Grid setRowSpan(Integer span)

Method Parameters

span
the span to be set

getRowSpan()

Gets the row span of this Grid

public java.lang.Integer getRowSpan()

setLevelSpan( Integer span )

Sets the level span of this Grid

public com.smartdevicelink.proxy.rpc.Grid setLevelSpan(Integer span)

Method Parameters

span
the span to be set

getLevelSpan()

Gets the level span of this Grid

public java.lang.Integer getLevelSpan()

Inherited Methods

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
View on GitHub.com
Previous Section Next Section