Class StiRadialTickMarkMinor
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.StiTickMarkBase
com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickMarkBase
com.stimulsoft.report.infographics.gauge.tick.radial.mark.StiRadialTickMarkMinor
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiApplyStyleGauge,Cloneable
Copyright Stimulsoft
-
Field Summary
Fields 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.protected booleanbooleanwhether 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.StiRadialTickMarkBase
clone, drawElement, getOffsetAngle, setOffsetAngleMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickMarkBase
getActualSkin, getBorderBrush, getBorderWidth, getBrush, getCustomSkin, getRelativeHeight, getRelativeHeight, getRelativeWidth, getRelativeWidth, getSkin, setBorderBrush, setBorderWidth, setBrush, setCustomSkin, setRelativeHeight, setRelativeWidth, setSkinMethods 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, getReference, getScale, setAnimation, setReference, setScaleMethods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
isAllowApplyStyle, setAllowApplyStyle
-
Constructor Details
-
StiRadialTickMarkMinor
public StiRadialTickMarkMinor()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiRadialTickMarkBase- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiRadialTickMarkBase- 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
-
getIsSkipMajorValues
protected boolean getIsSkipMajorValues() -
getElementType
- Overrides:
getElementTypein classStiRadialTickMarkBase
-
getLocalizeName
- Overrides:
getLocalizeNamein classStiGaugeElement
-
createNew
- Overrides:
createNewin classStiGaugeElement
-
getPointCollection
- Overrides:
getPointCollectionin classStiTickBase
-