Class StiLinearTickLabelCustomValue
java.lang.Object
com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
com.stimulsoft.report.infographics.gauge.tick.linear.label.StiLinearTickLabelCustomValue
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
offset, placement, value -
Constructor Summary
ConstructorsConstructorDescriptionStiLinearTickLabelCustomValue(double value, String text) StiLinearTickLabelCustomValue(double value, String text, Double offset, StiPlacement placement) -
Method Summary
Modifier and TypeMethodDescriptiongetText()text corresponds to this tick label.voidLoadFromJsonObject(JSONObject jObject) voidtext corresponds to this tick label.toString()Methods inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
clone, getOffset, getPlacement, getValue, setOffset, setPlacement, setValue
-
Constructor Details
-
StiLinearTickLabelCustomValue
public StiLinearTickLabelCustomValue() -
StiLinearTickLabelCustomValue
-
StiLinearTickLabelCustomValue
public StiLinearTickLabelCustomValue(double value, String text, Double offset, StiPlacement placement)
-
-
Method Details
-
SaveToJsonObject
- Overrides:
SaveToJsonObjectin classStiCustomValueBase- Throws:
JSONException
-
LoadFromJsonObject
- Overrides:
LoadFromJsonObjectin classStiCustomValueBase- Throws:
JSONException
-
getComponentId
- Specified by:
getComponentIdin classStiCustomValueBase
-
getText
text corresponds to this tick label.- Returns:
- the text
-
setText
text corresponds to this tick label.- Parameters:
text- the text to set
-
getLocalizedName
- Specified by:
getLocalizedNamein classStiCustomValueBase
-
toString
-
createNew
- Overrides:
createNewin classStiCustomValueBase
-