Class StiIconSetIndicator
java.lang.Object
com.stimulsoft.report.components.indicators.StiIndicator
com.stimulsoft.report.components.indicators.StiIconSetIndicator
- All Implemented Interfaces:
IStiCanCreateSerializableInstance,IStiSerializable,IStiSerializableToString
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiIconSetIndicator.StiIconSetIndicator(StiIcon icon, StiContentAlignment alignment) Creates a new object of the type StiIconSetIndicator. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(String strObject) deserializeString(String stringValue) final StiContentAlignmentGets or sets a icon alignment of indicator.final StiIcongetIcon()Gets or sets a icon of indicator.voidLoadFromJsonObject(JSONObject jObject) final voidsetAlignment(StiContentAlignment value) final voidMethods inherited from class com.stimulsoft.report.components.indicators.StiIndicator
deserializeFromString, getInstance, LoadFromJsonObjectInternal
-
Constructor Details
-
StiIconSetIndicator
public StiIconSetIndicator()Creates a new object of the type StiIconSetIndicator. -
StiIconSetIndicator
Creates a new object of the type StiIconSetIndicator.
-
-
Method Details
-
setIcon
-
getAlignment
Gets or sets a icon alignment of indicator. -
setAlignment
-
deserialize
- Specified by:
deserializein interfaceIStiSerializableToString- Overrides:
deserializein classStiIndicator
-
serialize
- Specified by:
serializein interfaceIStiSerializableToString- Overrides:
serializein classStiIndicator
-
deserializeString
-
getIcon
Gets or sets a icon of indicator. -
SaveToJsonObject
- Overrides:
SaveToJsonObjectin classStiIndicator- Throws:
JSONException
-
LoadFromJsonObject
- Overrides:
LoadFromJsonObjectin classStiIndicator- Throws:
JSONException
-