com.stimulsoft.report.infographics.gauge.indicators
Class StiLinearIndicatorRangeInfo
java.lang.Object
   com.stimulsoft.report.infographics.gauge.indicators.StiIndicatorRangeInfo
com.stimulsoft.report.infographics.gauge.indicators.StiIndicatorRangeInfo
       com.stimulsoft.report.infographics.gauge.indicators.StiLinearIndicatorRangeInfo
com.stimulsoft.report.infographics.gauge.indicators.StiLinearIndicatorRangeInfo
- All Implemented Interfaces: 
- IStiSerializable, IStiSerializableRef
- public class StiLinearIndicatorRangeInfo 
- extends StiIndicatorRangeInfo
Copyright Stimulsoft
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StiLinearIndicatorRangeInfo
public StiLinearIndicatorRangeInfo()
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
- 
- Overrides:
- SaveToJsonObjectin class- StiIndicatorRangeInfo
 
- 
- Throws:
- JSONException
 
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
- 
- Overrides:
- LoadFromJsonObjectin class- StiIndicatorRangeInfo
 
- 
- Throws:
- JSONException
 
getComponentId
public StiComponentId getComponentId()
- 
- Specified by:
- getComponentIdin class- StiIndicatorRangeInfo
 
- 
 
clone
public java.lang.Object clone()
- 
- Overrides:
- clonein class- StiIndicatorRangeInfo
 
- 
 
getColor
public StiColor getColor()
- the color of the indicator for a given Value.
 
- 
- Returns:
- the color
 
setColor
public void setColor(StiColor color)
- the color of the indicator for a given Value.
 
- 
- Parameters:
- color- the color to set
 
getBrush
public StiBrush getBrush()
- a brush to fill a component.
 
- 
- Returns:
- the brush
 
setBrush
public void setBrush(StiBrush brush)
- a brush to fill a component.
 
- 
- Parameters:
- brush- the brush to set
 
getRangeListType
public StiBarRangeListType getRangeListType()
- 
 
- 
 
createNew
public StiIndicatorRangeInfo createNew()
- 
- Overrides:
- createNewin class- StiIndicatorRangeInfo
 
-