public abstract class StiIndicatorRangeInfo extends java.lang.Object implements IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiIndicatorRangeInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanReference() |
java.lang.Object |
clone() |
StiIndicatorRangeInfo |
createNew() |
abstract StiComponentId |
getComponentId() |
java.lang.String |
getPropName() |
int |
getReference() |
double |
getValue()
the value of the indicator.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setReference(int reference) |
void |
setValue(double value)
the value of the indicator.
|
public void setReference(int reference)
setReference in interface IStiSerializableRefpublic int getReference()
getReference in interface IStiSerializableRefpublic void cleanReference()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONExceptionpublic abstract StiComponentId getComponentId()
public java.lang.String getPropName()
public java.lang.Object clone()
clone in class java.lang.Objectpublic double getValue()
public void setValue(double value)
value - the value to setpublic StiIndicatorRangeInfo createNew()
Copyright © 2019 Stimulsoft. All Rights Reserved.