Class StiIconSetItem
java.lang.Object
com.stimulsoft.report.components.conditions.StiIconSetItem
- All Implemented Interfaces:
IStiSerializable,IStiSerializableToString
The class describes the icon set items.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiIconSetItem.StiIconSetItem(StiIcon icon, StiIconSetOperation operation, StiIconSetValueType valueType, float value) Creates a new object of the type StiIconSetItem. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(String strObject) voiddeserializeStr(String valuesStr) final StiIcongetIcon()Gets or sets icon for current item of IconSets.final StiIconSetOperationGets or sets type of operation for current item of IconSets.final floatgetValue()Gets or sets value for current item of IconSets.final StiIconSetValueTypeGets or sets type of value for current item of IconSets.voidLoadFromJsonObject(JSONObject jObject) final voidfinal voidsetOperation(StiIconSetOperation value) final voidsetValue(float value) final voidsetValueType(StiIconSetValueType value)
-
Constructor Details
-
StiIconSetItem
public StiIconSetItem()Creates a new object of the type StiIconSetItem. -
StiIconSetItem
public StiIconSetItem(StiIcon icon, StiIconSetOperation operation, StiIconSetValueType valueType, float value) Creates a new object of the type StiIconSetItem.
-
-
Method Details
-
getIcon
Gets or sets icon for current item of IconSets. -
setIcon
-
getOperation
Gets or sets type of operation for current item of IconSets. -
setOperation
-
getValueType
Gets or sets type of value for current item of IconSets. -
setValueType
-
getValue
public final float getValue()Gets or sets value for current item of IconSets. -
setValue
public final void setValue(float value) -
deserialize
- Specified by:
deserializein interfaceIStiSerializableToString
-
serialize
- Specified by:
serializein interfaceIStiSerializableToString
-
deserializeStr
-
SaveToJsonObject
- Throws:
JSONException
-
LoadFromJsonObject
- Throws:
JSONException
-