|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickBase
public abstract class StiTickBase
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiTickBase()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
java.lang.Double |
getMaximumValue()
the maximum value to which displaying should be. |
java.lang.Double |
getMinimumValue()
the minimum value, with which displaying should begin. |
double |
getOffset()
the offset from the scale based on the StiPlacement. |
StiPlacement |
getPlacement()
the placement of the tick relative to the scale. |
StiSkipIndicesExpression |
getSkipIndices()
the indexes of values that cannot be displayed. |
double[] |
getSkipIndicesObj()
|
StiSkipValuesExpression |
getSkipValues()
the values that should not be rendered. |
double[] |
getSkipValuesObj()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
void |
prepareGaugeElement()
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setMaximumValue(java.lang.Double maximumValue)
the maximum value to which displaying should be. |
void |
setMinimumValue(java.lang.Double minimumValue)
the minimum value, with which displaying should begin. |
void |
setOffset(double offset)
the offset from the scale based on the StiPlacement. |
void |
setPlacement(StiPlacement placement)
the placement of the tick relative to the scale. |
void |
setSkipIndices(StiSkipIndicesExpression skipIndices)
the indexes of values that cannot be displayed. |
void |
setSkipIndicesObj(double[] skipIndicesObj)
|
void |
setSkipValues(StiSkipValuesExpression skipValues)
the values that should not be rendered. |
void |
setSkipValuesObj(double[] skipValuesObj)
|
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement |
---|
cleanReference, createNew, getAnimation, getElementType, getLocalizeName, getReference, getScale, setAnimation, setReference, setScale |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase |
---|
applyStyle, drawElement, isAllowApplyStyle, setAllowApplyStyle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiTickBase()
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiGaugeElement
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiGaugeElement
JSONException
public java.lang.Object clone()
StiElementBase
clone
in class StiElementBase
public StiSkipValuesExpression getSkipValues()
public void setSkipValues(StiSkipValuesExpression skipValues)
skipValues
- the skipValues to setpublic StiSkipIndicesExpression getSkipIndices()
public void setSkipIndices(StiSkipIndicesExpression skipIndices)
skipIndices
- the skipIndices to setpublic StiPlacement getPlacement()
public void setPlacement(StiPlacement placement)
placement
- the placement to setpublic double[] getSkipValuesObj()
public void setSkipValuesObj(double[] skipValuesObj)
skipValuesObj
- the skipValuesObj to setpublic double[] getSkipIndicesObj()
public void setSkipIndicesObj(double[] skipIndicesObj)
skipIndicesObj
- the skipIndicesObj to setpublic double getOffset()
public void setOffset(double offset)
offset
- the offset to setpublic java.lang.Double getMinimumValue()
public void setMinimumValue(java.lang.Double minimumValue)
minimumValue
- the minimumValue to setpublic java.lang.Double getMaximumValue()
public void setMaximumValue(java.lang.Double maximumValue)
maximumValue
- the maximumValue to setpublic void prepareGaugeElement()
prepareGaugeElement
in class StiGaugeElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |