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,Cloneable
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
formatServiceFields inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
animation, scaleFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(IStiGaugeStyle style) Apply style to component which release this interface.booleanwhether to pass major values.voidLoadFromJsonObject(JSONObject jObject) voidsetSkipMajorValues(boolean skipMajorValues) whether to pass major values.Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiLinearTickLabelBase
drawElementMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
clone, getFont, getTextBrush, getTextFormat, getTextForRender, getTextForRender, getTextForRender, setFont, setTextBrush, setTextFormatMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickBase
checkTickValue, getMajorCollections, getMaximumValue, getMinimumValue, getMinorCollections, getOffset, getOffset, getPlacement, getPlacement, getSkipIndices, getSkipIndicesObj, getSkipValues, getSkipValuesObj, prepareGaugeElement, setMaximumValue, setMinimumValue, setOffset, setPlacement, setSkipIndices, setSkipIndicesObj, setSkipValues, setSkipValuesObjMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
cleanReference, getAnimation, getElementType, getReference, getScale, setAnimation, setReference, setScaleMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
isAllowApplyStyle, setAllowApplyStyle
-
Constructor Details
-
StiLinearTickLabelMinor
public StiLinearTickLabelMinor()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiTickLabelBase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiTickLabelBase- Throws:
JSONException
-
getComponentId
-
applyStyle
Description copied from interface:IStiApplyStyleGaugeApply style to component which release this interface.- Specified by:
applyStylein interfaceIStiApplyStyleGauge- Overrides:
applyStylein classStiElementBase- Parameters:
style-
-
isSkipMajorValues
public boolean isSkipMajorValues()whether to pass major values.- Overrides:
isSkipMajorValuesin classStiTickBase- Returns:
- the skipMajorValues
-
setSkipMajorValues
public void setSkipMajorValues(boolean skipMajorValues) whether to pass major values.- Parameters:
skipMajorValues- the skipMajorValues to set
-
getLocalizeName
- Overrides:
getLocalizeNamein classStiGaugeElement
-
createNew
- Overrides:
createNewin classStiGaugeElement
-
getPointCollection
- Overrides:
getPointCollectionin classStiTickBase
-