Property Getters/Setters Summary | ||
---|---|---|
method | getImageData() | |
Gets the icon set data.
|
||
method | getIndex() | |
method | setIndex(value) | |
Gets and sets the icon's index in the icon set. | ||
method | getType() | |
method | setType(value) | |
Gets and sets the icon set type. The value of the property is IconSetType integer constant. |
Method Summary | ||
---|---|---|
static method | getIconImageData(type, index) | |
Get the icon set data
|
||
method | getImageData(cell) | |
Gets the image data with the setting of cell.
|
byte[] getImageData()
int getType() / setType(value)
int getIndex() / setIndex(value)
static byte[] getIconImageData(type, index)
type: int
- A index: int
- icon's indexbyte[] getImageData(cell)
cell: Cell
- The setting of cell.