Class StiRadialTickMarkCustom
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.tick.StiTickBase
com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickMarkBase
com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickMarkBase
com.stimulsoft.report.infographics.gauge.tick.radial.mark.StiRadialTickMarkCustom
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiTickCustom,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 TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.voiddrawElement(StiGaugeContextPainter context) Occurs when getting the property Value.getValue()value corresponds to this tick mark.doublevoidLoadFromJsonObject(JSONObject jObject) voidvoidsetGetValueEvent(StiGetValueEvent getValueEvent) Occurs when getting the property Value.voidsetValue(StiValueExpression value) value corresponds to this tick mark.voidsetValueObj(double valueObj) voidsetValues(StiCustomValuesCollection values) Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickMarkBase
getOffsetAngle, setOffsetAngleMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickMarkBase
getActualSkin, getBorderBrush, getBorderWidth, getBrush, getCustomSkin, getRelativeHeight, getRelativeHeight, getRelativeWidth, getRelativeWidth, getSkin, setBorderBrush, setBorderWidth, setBrush, setCustomSkin, setRelativeHeight, setRelativeWidth, setSkinMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickBase
checkTickValue, getMajorCollections, getMaximumValue, getMinimumValue, getMinorCollections, getOffset, getOffset, getPlacement, getPlacement, getPointCollection, getSkipIndices, getSkipIndicesObj, getSkipValues, getSkipValuesObj, isSkipMajorValues, setMaximumValue, setMinimumValue, setOffset, setPlacement, setSkipIndices, setSkipIndicesObj, setSkipValues, setSkipValuesObjMethods 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
applyStyle, isAllowApplyStyle, setAllowApplyStyle
-
Constructor Details
-
StiRadialTickMarkCustom
public StiRadialTickMarkCustom()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiRadialTickMarkBase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiRadialTickMarkBase- Throws:
JSONException
-
getComponentId
-
clone
Description copied from class:StiElementBaseCreates a new object that is a copy of the current instance.- Overrides:
clonein classStiRadialTickMarkBase
-
getValueObj
public double getValueObj()- Specified by:
getValueObjin interfaceIStiTickCustom- Returns:
- the valueObj
-
setValueObj
public void setValueObj(double valueObj) - Specified by:
setValueObjin interfaceIStiTickCustom- Parameters:
valueObj- the valueObj to set
-
getValues
- Specified by:
getValuesin interfaceIStiTickCustom- Returns:
- the values
-
setValues
- Specified by:
setValuesin interfaceIStiTickCustom- Parameters:
values- the values to set
-
getGetValueEvent
Occurs when getting the property Value.- Returns:
- the getValueEvent
-
setGetValueEvent
Occurs when getting the property Value.- Parameters:
getValueEvent- the getValueEvent to set
-
getValue
value corresponds to this tick mark.- Returns:
- the value
-
setValue
value corresponds to this tick mark.- Parameters:
value- the value to set
-
getElementType
- Overrides:
getElementTypein classStiRadialTickMarkBase
-
getLocalizeName
- Overrides:
getLocalizeNamein classStiGaugeElement
-
createNew
- Overrides:
createNewin classStiGaugeElement
-
prepareGaugeElement
public void prepareGaugeElement()- Overrides:
prepareGaugeElementin classStiTickBase
-
drawElement
- Overrides:
drawElementin classStiRadialTickMarkBase
-