com.stimulsoft.report.infographics.gauge.tick.linear.label
Class StiLinearTickLabelMinor
java.lang.Object
com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickBase
com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
com.stimulsoft.report.infographics.gauge.primitives.tick.StiLinearTickLabelBase
com.stimulsoft.report.infographics.gauge.tick.linear.label.StiLinearTickLabelMinor
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiApplyStyleGauge, java.lang.Cloneable
public class StiLinearTickLabelMinor
- extends StiLinearTickLabelBase
Copyright Stimulsoft
| Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickBase |
getMaximumValue, getMinimumValue, getOffset, getPlacement, getSkipIndices, getSkipIndicesObj, getSkipValues, getSkipValuesObj, prepareGaugeElement, setMaximumValue, setMinimumValue, setOffset, setPlacement, setSkipIndices, setSkipIndicesObj, setSkipValues, setSkipValuesObj |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiLinearTickLabelMinor
public StiLinearTickLabelMinor()
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject in interface IStiJsonReportObject- Overrides:
SaveToJsonObject in class StiTickLabelBase
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject in interface IStiJsonReportObject- Overrides:
LoadFromJsonObject in class StiTickLabelBase
- Throws:
JSONException
getComponentId
public StiComponentId getComponentId()
applyStyle
public void applyStyle(IStiGaugeStyle style)
- Description copied from interface:
IStiApplyStyleGauge
- Apply style to component which release this interface.
- Specified by:
applyStyle in interface IStiApplyStyleGauge- Overrides:
applyStyle in class StiElementBase
isSkipMajorValues
public boolean isSkipMajorValues()
- whether to pass major values.
- Returns:
- the skipMajorValues
setSkipMajorValues
public void setSkipMajorValues(boolean skipMajorValues)
- whether to pass major values.
- Parameters:
skipMajorValues - the skipMajorValues to set
getLocalizeName
public java.lang.String getLocalizeName()
- Overrides:
getLocalizeName in class StiGaugeElement
createNew
public StiGaugeElement createNew()
- Overrides:
createNew in class StiGaugeElement