public class StiIconSetItem extends java.lang.Object implements IStiSerializable, IStiSerializableToString
| Constructor and Description |
|---|
StiIconSetItem()
Creates a new object of the type StiIconSetItem.
|
StiIconSetItem(StiIcon icon,
StiIconSetOperation operation,
StiIconSetValueType valueType,
float value)
Creates a new object of the type StiIconSetItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.lang.String strObject) |
void |
deserializeStr(java.lang.String valuesStr) |
StiIcon |
getIcon()
Gets or sets icon for current item of IconSets.
|
StiIconSetOperation |
getOperation()
Gets or sets type of operation for current item of IconSets.
|
float |
getValue()
Gets or sets value for current item of IconSets.
|
StiIconSetValueType |
getValueType()
Gets or sets type of value for current item of IconSets.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
java.lang.String |
serialize() |
void |
setIcon(StiIcon value) |
void |
setOperation(StiIconSetOperation value) |
void |
setValue(float value) |
void |
setValueType(StiIconSetValueType value) |
public StiIconSetItem()
public StiIconSetItem(StiIcon icon, StiIconSetOperation operation, StiIconSetValueType valueType, float value)
public final StiIcon getIcon()
public final void setIcon(StiIcon value)
public final StiIconSetOperation getOperation()
public final void setOperation(StiIconSetOperation value)
public final StiIconSetValueType getValueType()
public final void setValueType(StiIconSetValueType value)
public final float getValue()
public final void setValue(float value)
public void deserialize(java.lang.String strObject)
deserialize in interface IStiSerializableToStringpublic java.lang.String serialize()
serialize in interface IStiSerializableToStringpublic void deserializeStr(java.lang.String valuesStr)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.