Class StiRadialTickLabelCustom
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.StiRadialTickLabelBase
com.stimulsoft.report.infographics.gauge.tick.radial.label.StiRadialTickLabelCustom
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiTickCustom,IStiApplyStyleGauge,Cloneable
Copyright Stimulsoft
-
Field Summary
FieldsFields 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.getValue()value corresponds to this tick label.doublevoidinvokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e) Raises the GetValue event.voidLoadFromJsonObject(JSONObject jObject) protected voidRaises the GetValue event.voidvoidsetGetValueEvent(StiGetValueEvent getValueEvent) Occurs when getting the property Value.voidsetText(StiTextExpression text) text corresponds to this tick label.voidsetTextObj(String textObj) voidsetValue(StiValueExpression value) value corresponds to this tick label.voidsetValueObj(double valueObj) voidsetValues(StiCustomValuesCollection values) Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickLabelBase
getLabelRotationMode, getMatrixRotation, getOffsetAngle, setLabelRotationMode, setOffsetAngleMethods 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, getReference, getScale, setAnimation, setReference, setScaleMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
applyStyle, isAllowApplyStyle, setAllowApplyStyle
-
Field Details
-
getValue
-
-
Constructor Details
-
StiRadialTickLabelCustom
public StiRadialTickLabelCustom()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiRadialTickLabelBase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiRadialTickLabelBase- Throws:
JSONException
-
getComponentId
-
clone
Description copied from class:StiElementBaseCreates a new object that is a copy of the current instance.- Overrides:
clonein classStiRadialTickLabelBase
-
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
-
getTextObj
- Returns:
- the textObj
-
setTextObj
- 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
-
getElementType
- Overrides:
getElementTypein classStiRadialTickLabelBase
-
getLocalizeName
- Overrides:
getLocalizeNamein classStiGaugeElement
-
onGetValue
Raises the GetValue event.- Parameters:
e-
-
invokeGetValue
Raises the GetValue event.- Parameters:
sender-e-
-
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 classStiRadialTickLabelBase
-