com.stimulsoft.report.infographics.gauge.primitives.range
Class StiScaleRangeList
java.lang.Object
com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
com.stimulsoft.report.infographics.gauge.primitives.range.StiScaleRangeList
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiApplyStyleGauge, java.lang.Cloneable
- Direct Known Subclasses:
- StiLinearRangeList, StiRadialRangeList
public abstract class StiScaleRangeList
- extends StiGaugeElement
Copyright Stimulsoft
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement |
cleanReference, createNew, getAnimation, getElementType, getLocalizeName, getReference, getScale, prepareGaugeElement, setAnimation, setReference, setScale |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiScaleRangeList
public StiScaleRangeList()
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiGaugeElement
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Overrides:
LoadFromJsonObject
in class StiGaugeElement
- Throws:
JSONException
getComponentId
public StiComponentId getComponentId()
clone
public java.lang.Object clone()
- Description copied from class:
StiElementBase
- Creates a new object that is a copy of the current instance.
- Overrides:
clone
in class StiElementBase
getRanges
public StiRangeCollection getRanges()
- Returns:
- the ranges
setRanges
public void setRanges(StiRangeCollection ranges)
- Parameters:
ranges
- the ranges to set