|
||||||||||
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
public abstract class StiCustomValueBase
Copyright Stimulsoft
Field Summary | |
---|---|
double |
value
|
Constructor Summary | |
---|---|
StiCustomValueBase()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiCustomValueBase |
createNew()
|
abstract StiComponentId |
getComponentId()
|
abstract java.lang.String |
getLocalizedName()
|
java.lang.Double |
getOffset()
the offset ratio of an item. |
StiPlacement |
getPlacement()
the placement of the component. |
double |
getValue()
value corresponds to this tick element. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setOffset(java.lang.Double offset)
the offset ratio of an item. |
void |
setPlacement(StiPlacement placement)
the placement of the component. |
void |
setValue(double value)
value corresponds to this tick element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double value
Constructor Detail |
---|
public StiCustomValueBase()
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONException
public abstract StiComponentId getComponentId()
public java.lang.Object clone()
clone
in class java.lang.Object
public double getValue()
public void setValue(double value)
value
- the value to setpublic StiPlacement getPlacement()
public void setPlacement(StiPlacement placement)
placement
- the placement to setpublic java.lang.Double getOffset()
public void setOffset(java.lang.Double offset)
offset
- the offset to setpublic abstract java.lang.String getLocalizedName()
public StiCustomValueBase createNew()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |