|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.components.indicators.StiIndicator
com.stimulsoft.report.components.indicators.StiIconSetIndicator
public class StiIconSetIndicator
Constructor Summary | |
---|---|
StiIconSetIndicator()
Creates a new object of the type StiIconSetIndicator. |
|
StiIconSetIndicator(StiIcon icon,
StiContentAlignment alignment)
Creates a new object of the type StiIconSetIndicator. |
Method Summary | |
---|---|
void |
deserialize(java.lang.String strObject)
Десериализация объекта из строки. |
StiIconSetIndicator |
deserializeString(java.lang.String stringValue)
|
StiContentAlignment |
getAlignment()
Gets or sets a icon alignment of indicator. |
StiIcon |
getIcon()
Gets or sets a icon of indicator. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
java.lang.String |
serialize()
Сериализация объекта в строку. |
void |
setAlignment(StiContentAlignment value)
|
void |
setIcon(StiIcon value)
|
Methods inherited from class com.stimulsoft.report.components.indicators.StiIndicator |
---|
deserializeFromString, getInstance, LoadFromJsonObjectInternal |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiIconSetIndicator()
public StiIconSetIndicator(StiIcon icon, StiContentAlignment alignment)
Method Detail |
---|
public final void setIcon(StiIcon value)
public final StiContentAlignment getAlignment()
public final void setAlignment(StiContentAlignment value)
public void deserialize(java.lang.String strObject)
IStiSerializableToString
deserialize
in interface IStiSerializableToString
deserialize
in class StiIndicator
public java.lang.String serialize()
IStiSerializableToString
serialize
in interface IStiSerializableToString
serialize
in class StiIndicator
public StiIconSetIndicator deserializeString(java.lang.String stringValue)
public final StiIcon getIcon()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in class StiIndicator
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in class StiIndicator
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |