|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
com.stimulsoft.report.infographics.gauge.tick.radial.label.StiRadialTickLabelCustomValue
public class StiRadialTickLabelCustomValue
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase |
---|
value |
Constructor Summary | |
---|---|
StiRadialTickLabelCustomValue()
|
|
StiRadialTickLabelCustomValue(double value,
java.lang.String text)
|
|
StiRadialTickLabelCustomValue(double value,
java.lang.String text,
double offset)
|
|
StiRadialTickLabelCustomValue(double value,
java.lang.String text,
java.lang.Double offset,
java.lang.Double offsetAngle,
StiLabelRotationMode labelRotationMode,
StiPlacement placement)
|
Method Summary | |
---|---|
StiCustomValueBase |
createNew()
|
StiComponentId |
getComponentId()
|
StiLabelRotationMode |
getLabelRotationMode()
the rotation mode of labels. |
java.lang.String |
getLocalizedName()
|
java.lang.Double |
getOffsetAngle()
an additional rotation angle. |
java.lang.String |
getText()
text corresponds to this tick label. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setLabelRotationMode(StiLabelRotationMode labelRotationMode)
the rotation mode of labels. |
void |
setOffsetAngle(java.lang.Double offsetAngle)
an additional rotation angle. |
void |
setText(java.lang.String text)
text corresponds to this tick label. |
java.lang.String |
toString()
|
Methods inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase |
---|
clone, getOffset, getPlacement, getValue, setOffset, setPlacement, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StiRadialTickLabelCustomValue()
public StiRadialTickLabelCustomValue(double value, java.lang.String text)
public StiRadialTickLabelCustomValue(double value, java.lang.String text, double offset)
public StiRadialTickLabelCustomValue(double value, java.lang.String text, java.lang.Double offset, java.lang.Double offsetAngle, StiLabelRotationMode labelRotationMode, StiPlacement placement)
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in class StiCustomValueBase
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in class StiCustomValueBase
JSONException
public StiComponentId getComponentId()
getComponentId
in class StiCustomValueBase
public java.lang.String getText()
public void setText(java.lang.String text)
text
- the text to setpublic java.lang.Double getOffsetAngle()
public void setOffsetAngle(java.lang.Double offsetAngle)
offsetAngle
- the offsetAngle to setpublic StiLabelRotationMode getLabelRotationMode()
public void setLabelRotationMode(StiLabelRotationMode labelRotationMode)
labelRotationMode
- the labelRotationMode to setpublic java.lang.String getLocalizedName()
getLocalizedName
in class StiCustomValueBase
public java.lang.String toString()
toString
in class java.lang.Object
public StiCustomValueBase createNew()
createNew
in class StiCustomValueBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |