|
||||||||||
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.linear.mark.StiLinearTickMarkCustomValue
public class StiLinearTickMarkCustomValue
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase |
---|
value |
Constructor Summary | |
---|---|
StiLinearTickMarkCustomValue()
|
|
StiLinearTickMarkCustomValue(double value)
|
|
StiLinearTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.Double relativeHeight,
StiPlacement placement,
StiGaugeElementSkin skin)
|
Method Summary | |
---|---|
StiCustomValueBase |
createNew()
|
StiComponentId |
getComponentId()
|
java.lang.String |
getLocalizedName()
|
java.lang.Double |
getRelativeHeight()
the height factor relative to the height of the basic component. |
java.lang.Double |
getRelativeWidth()
the width ratio relative to the height of the basic component. |
StiGaugeElementSkin |
getSkin()
the skin of the component rendering. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setRelativeHeight(java.lang.Double relativeHeight)
the height factor relative to the height of the basic component. |
void |
setRelativeWidth(java.lang.Double relativeWidth)
the width ratio relative to the height of the basic component. |
void |
setSkin(StiGaugeElementSkin skin)
the skin of the component rendering. |
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 StiLinearTickMarkCustomValue()
public StiLinearTickMarkCustomValue(double value)
public StiLinearTickMarkCustomValue(double value, java.lang.Double offset, java.lang.Double relativeWidth, java.lang.Double relativeHeight, StiPlacement placement, StiGaugeElementSkin skin)
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.Double getRelativeWidth()
public void setRelativeWidth(java.lang.Double relativeWidth)
relativeWidth
- the relativeWidth to setpublic java.lang.Double getRelativeHeight()
public void setRelativeHeight(java.lang.Double relativeHeight)
relativeHeight
- the relativeHeight to setpublic StiGaugeElementSkin getSkin()
public void setSkin(StiGaugeElementSkin skin)
skin
- the skin 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 |