public class StiLinearTickLabelCustomValue extends StiCustomValueBase
offset, placement, value| Constructor and Description |
|---|
StiLinearTickLabelCustomValue() |
StiLinearTickLabelCustomValue(double value,
java.lang.String text) |
StiLinearTickLabelCustomValue(double value,
java.lang.String text,
java.lang.Double offset,
StiPlacement placement) |
| Modifier and Type | Method and Description |
|---|---|
StiCustomValueBase |
createNew() |
StiComponentId |
getComponentId() |
java.lang.String |
getLocalizedName() |
java.lang.String |
getText()
text corresponds to this tick label.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setText(java.lang.String text)
text corresponds to this tick label.
|
java.lang.String |
toString() |
clone, getOffset, getPlacement, getValue, setOffset, setPlacement, setValuepublic StiLinearTickLabelCustomValue()
public StiLinearTickLabelCustomValue(double value,
java.lang.String text)
public StiLinearTickLabelCustomValue(double value,
java.lang.String text,
java.lang.Double offset,
StiPlacement placement)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in class StiCustomValueBaseJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in class StiCustomValueBaseJSONExceptionpublic StiComponentId getComponentId()
getComponentId in class StiCustomValueBasepublic java.lang.String getText()
public void setText(java.lang.String text)
text - the text to setpublic java.lang.String getLocalizedName()
getLocalizedName in class StiCustomValueBasepublic java.lang.String toString()
toString in class java.lang.Objectpublic StiCustomValueBase createNew()
createNew in class StiCustomValueBaseCopyright © 2019 Stimulsoft. All Rights Reserved.