com.stimulsoft.report.infographics.gauge.indicators
Class StiRadialBar
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.indicators.StiIndicatorBase
com.stimulsoft.report.infographics.gauge.primitives.indicators.StiBarBase
com.stimulsoft.report.infographics.gauge.indicators.StiRadialBar
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiApplyStyleGauge, java.lang.Cloneable
public class StiRadialBar
- extends StiBarBase
Copyright Stimulsoft
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.indicators.StiBarBase |
clone, getEmptyBorderBrush, getEmptyBorderWidth, getEmptyBrush, getEndWidth, getOffset, getRangeList, getStartWidth, isUseRangeColor, setEmptyBorderBrush, setEmptyBorderWidth, setEmptyBrush, setEndWidth, setOffset, setRangeList, setStartWidth, setUseRangeColor |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.indicators.StiIndicatorBase |
getBorderBrush, getBorderWidth, getBrush, getGetValueEvent, getPlacement, getValue, getValueObj, InvokeGetValue, prepareGaugeElement, setBorderBrush, setBorderWidth, setBrush, setGetValueEvent, setPlacement, setValue, setValueObj |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiRadialBar
public StiRadialBar()
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiBarBase
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Overrides:
LoadFromJsonObject
in class StiBarBase
- Throws:
JSONException
getComponentId
public StiComponentId getComponentId()
applyStyle
public void applyStyle(IStiGaugeStyle style)
- Description copied from interface:
IStiApplyStyleGauge
- Apply style to component which release this interface.
- Specified by:
applyStyle
in interface IStiApplyStyleGauge
- Overrides:
applyStyle
in class StiElementBase
getElementType
public StiGaugeElemenType getElementType()
- Overrides:
getElementType
in class StiGaugeElement
getLocalizeName
public java.lang.String getLocalizeName()
- Overrides:
getLocalizeName
in class StiGaugeElement
createNew
public StiGaugeElement createNew()
- Overrides:
createNew
in class StiGaugeElement
drawElement
public void drawElement(StiGaugeContextPainter context)
- Overrides:
drawElement
in class StiElementBase
interactiveClick
public void interactiveClick(StiRectangle rect,
StiPoint p)