Class StiLinearTickLabelCustom
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.StiTickLabelBase
com.stimulsoft.report.infographics.gauge.primitives.tick.StiLinearTickLabelBase
com.stimulsoft.report.infographics.gauge.tick.linear.label.StiLinearTickLabelCustom
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiTickCustom,IStiApplyStyleGauge,Cloneable
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
formatServiceFields 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.getText()text corresponds to this tick label.text corresponds to this tick label.getValue()value corresponds to this tick label.doublevalue corresponds to this tick label.voidLoadFromJsonObject(JSONObject jObject) voidvoidsetGetValueEvent(StiGetValueEvent getValueEvent) Occurs when getting the property value.voidsetText(StiTextExpression text) text corresponds to this tick label.voidsetTextObj(String textObj) text corresponds to this tick label.voidsetValue(StiValueExpression value) value corresponds to this tick label.voidsetValueObj(double valueObj) value corresponds to this tick label.voidsetValues(StiCustomValuesCollection values) Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
getFont, getTextBrush, getTextFormat, getTextForRender, getTextForRender, getTextForRender, setFont, setTextBrush, setTextFormatMethods 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
-
StiLinearTickLabelCustom
public StiLinearTickLabelCustom()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiTickLabelBase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiTickLabelBase- Throws:
JSONException
-
getComponentId
-
clone
Description copied from class:StiElementBaseCreates a new object that is a copy of the current instance.- Overrides:
clonein classStiTickLabelBase
-
getValueObj
public double getValueObj()value corresponds to this tick label.- Specified by:
getValueObjin interfaceIStiTickCustom- Returns:
- the valueObj
-
setValueObj
public void setValueObj(double valueObj) value corresponds to this tick label.- Specified by:
setValueObjin interfaceIStiTickCustom- Parameters:
valueObj- the valueObj to set
-
getTextObj
text corresponds to this tick label.- Returns:
- the textObj
-
setTextObj
text corresponds to this tick label.- Parameters:
textObj- the textObj 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 label.- Returns:
- the value
-
setValue
value corresponds to this tick label.- Parameters:
value- the value to set
-
getText
text corresponds to this tick label.- Returns:
- the text
-
setText
text corresponds to this tick label.- Parameters:
text- the text to set
-
createNew
- Overrides:
createNewin classStiGaugeElement
-
prepareGaugeElement
public void prepareGaugeElement()- Overrides:
prepareGaugeElementin classStiTickBase
-
drawElement
- Overrides:
drawElementin classStiLinearTickLabelBase
-