com.stimulsoft.report.infographics.gauge.primitives.tick
Class StiRadialTickMarkBase
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
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiApplyStyleGauge, java.lang.Cloneable
- Direct Known Subclasses:
- StiRadialTickMarkCustom, StiRadialTickMarkMajor, StiRadialTickMarkMinor
public class StiRadialTickMarkBase
- extends StiTickMarkBase
Copyright Stimulsoft
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickMarkBase |
getBorderBrush, getBorderWidth, getBrush, getCustomSkin, getRelativeHeight, getRelativeWidth, getSkin, setBorderBrush, setBorderWidth, setBrush, setCustomSkin, setRelativeHeight, setRelativeWidth, setSkin |
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 |
StiRadialTickMarkBase
public StiRadialTickMarkBase()
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiTickMarkBase
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Overrides:
LoadFromJsonObject
in class StiTickMarkBase
- Throws:
JSONException
clone
public java.lang.Object clone()
- Description copied from class:
StiElementBase
- Creates a new object that is a copy of the current instance.
- Overrides:
clone
in class StiTickMarkBase
getOffsetAngle
public double getOffsetAngle()
- an additional rotation angle.
- Returns:
- the offsetAngle
setOffsetAngle
public void setOffsetAngle(double offsetAngle)
- an additional rotation angle.
- Parameters:
offsetAngle
- the offsetAngle to set
getElementType
public StiGaugeElemenType getElementType()
- Overrides:
getElementType
in class StiGaugeElement
drawElement
public void drawElement(StiGaugeContextPainter context)
- Overrides:
drawElement
in class StiElementBase