Class StiRadialTickLabelCustomValue
java.lang.Object
com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
com.stimulsoft.report.infographics.gauge.tick.radial.label.StiRadialTickLabelCustomValue
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
offset, placement, value -
Constructor Summary
ConstructorsConstructorDescriptionStiRadialTickLabelCustomValue(double value, String text) StiRadialTickLabelCustomValue(double value, String text, double offset) StiRadialTickLabelCustomValue(double value, String text, Double offset, Double offsetAngle, StiLabelRotationMode labelRotationMode, StiPlacement placement) -
Method Summary
Modifier and TypeMethodDescriptionthe rotation mode of labels.an additional rotation angle.getText()text corresponds to this tick label.voidLoadFromJsonObject(JSONObject jObject) voidsetLabelRotationMode(StiLabelRotationMode labelRotationMode) the rotation mode of labels.voidsetOffsetAngle(Double offsetAngle) an additional rotation angle.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
-
StiRadialTickLabelCustomValue
public StiRadialTickLabelCustomValue() -
StiRadialTickLabelCustomValue
-
StiRadialTickLabelCustomValue
-
StiRadialTickLabelCustomValue
public StiRadialTickLabelCustomValue(double value, String text, Double offset, Double offsetAngle, StiLabelRotationMode labelRotationMode, 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
-
getOffsetAngle
an additional rotation angle.- Returns:
- the offsetAngle
-
setOffsetAngle
an additional rotation angle.- Parameters:
offsetAngle- the offsetAngle to set
-
getLabelRotationMode
the rotation mode of labels.- Returns:
- the labelRotationMode
-
setLabelRotationMode
the rotation mode of labels.- Parameters:
labelRotationMode- the labelRotationMode to set
-
getLocalizedName
- Specified by:
getLocalizedNamein classStiCustomValueBase
-
toString
-
createNew
- Overrides:
createNewin classStiCustomValueBase
-