Class StiLinearTickMarkCustom
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.StiLinearTickMarkBase
com.stimulsoft.report.infographics.gauge.tick.linear.mark.StiLinearTickMarkCustom
- 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.doublevalue corresponds to this tick mark.voidInvokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e) voidLoadFromJsonObject(JSONObject jObject) voidvoidsetGetValueEvent(StiGetValueEvent getValueEvent) Occurs when getting the property Value.voidsetValue(StiValueExpression value) value corresponds to this tick mark.voidsetValueObj(double valueObj) value corresponds to this tick mark.voidsetValues(StiCustomValuesCollection values) Methods 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, getElementType, getReference, getScale, setAnimation, setReference, setScaleMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
applyStyle, isAllowApplyStyle, setAllowApplyStyle
-
Constructor Details
-
StiLinearTickMarkCustom
public StiLinearTickMarkCustom()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiTickMarkBase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiTickMarkBase- Throws:
JSONException
-
getComponentId
-
clone
Description copied from class:StiElementBaseCreates a new object that is a copy of the current instance.- Overrides:
clonein classStiTickMarkBase
-
getValueObj
public double getValueObj()value corresponds to this tick mark.- Specified by:
getValueObjin interfaceIStiTickCustom- Returns:
- the valueObj
-
setValueObj
public void setValueObj(double valueObj) value corresponds to this tick mark.- 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
-
getLocalizeName
- Overrides:
getLocalizeNamein classStiGaugeElement
-
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
-
createNew
- Overrides:
createNewin classStiGaugeElement
-
prepareGaugeElement
public void prepareGaugeElement()- Overrides:
prepareGaugeElementin classStiTickBase
-
InvokeGetValue
-
drawElement
- Overrides:
drawElementin classStiLinearTickMarkBase
-