Class StiIndicatorRangeInfo
java.lang.Object
com.stimulsoft.report.infographics.gauge.indicators.StiIndicatorRangeInfo
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Direct Known Subclasses:
StiLinearIndicatorRangeInfo,StiRadialIndicatorRangeInfo
Copyright Stimulsoft
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()abstract StiComponentIdintdoublegetValue()the value of the indicator.voidLoadFromJsonObject(JSONObject jObject) voidsetReference(int reference) voidsetValue(double value) the value of the indicator.
-
Constructor Details
-
StiIndicatorRangeInfo
public StiIndicatorRangeInfo()
-
-
Method Details
-
setReference
public void setReference(int reference) - Specified by:
setReferencein interfaceIStiSerializableRef
-
getReference
public int getReference()- Specified by:
getReferencein interfaceIStiSerializableRef
-
cleanReference
public void cleanReference() -
SaveToJsonObject
- Throws:
JSONException
-
LoadFromJsonObject
- Throws:
JSONException
-
getComponentId
-
getPropName
-
clone
-
getValue
public double getValue()the value of the indicator.- Returns:
- the value
-
setValue
public void setValue(double value) the value of the indicator.- Parameters:
value- the value to set
-
createNew
-