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,Cloneable
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
animation, scaleFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(IStiGaugeStyle style) Apply style to component which release this interface.protected voidvoiddrawElement(StiGaugeContextPainter context) protected StiBarRangeListTypevoidinteractiveClick(StiRectangle rect, StiPoint p) voidLoadFromJsonObject(JSONObject jObject) protected voidMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.indicators.StiBarBase
clone, getEmptyBorderBrush, getEmptyBorderWidth, getEmptyBrush, getEndWidth, getOffset, getRangeList, getStartWidth, isUseRangeColor, onValueChanged, setEmptyBorderBrush, setEmptyBorderWidth, setEmptyBrush, setEndWidth, setOffset, setRangeList, setStartWidth, setUseRangeColorMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.indicators.StiIndicatorBase
getActualValue, getBorderBrush, getBorderWidth, getBrush, getGetValueEvent, getPlacement, getValue, getValueObj, InvokeGetValue, OnGetValue, prepareGaugeElement, setBorderBrush, setBorderWidth, setBrush, setGetValueEvent, setPlacement, setValue, setValueObjMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
cleanReference, getAnimation, getReference, getScale, setAnimation, setReference, setScaleMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
isAllowApplyStyle, setAllowApplyStyle
-
Constructor Details
-
StiRadialBar
public StiRadialBar()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiBarBase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiBarBase- Throws:
JSONException
-
getComponentId
-
applyStyle
Description copied from interface:IStiApplyStyleGaugeApply style to component which release this interface.- Specified by:
applyStylein interfaceIStiApplyStyleGauge- Overrides:
applyStylein classStiElementBase- Parameters:
style-
-
getElementType
- Overrides:
getElementTypein classStiGaugeElement
-
getBarType
- Specified by:
getBarTypein classStiBarBase
-
getLocalizeName
- Overrides:
getLocalizeNamein classStiGaugeElement
-
checkActualBrushForTopGeometry
protected void checkActualBrushForTopGeometry()- Specified by:
checkActualBrushForTopGeometryin classStiBarBase
-
createNew
- Overrides:
createNewin classStiGaugeElement
-
drawElement
- Overrides:
drawElementin classStiElementBase
-
onRangeColorChanged
protected void onRangeColorChanged()- Specified by:
onRangeColorChangedin classStiBarBase
-
interactiveClick
- Specified by:
interactiveClickin classStiIndicatorBase
-