com.stimulsoft.report.infographics.gauge.primitives.tick
Class StiRadialTickLabelBase

java.lang.Object
  extended by com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
      extended by com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
          extended by com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickBase
              extended by com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
                  extended by com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickLabelBase
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiApplyStyleGauge, java.lang.Cloneable
Direct Known Subclasses:
StiRadialTickLabelCustom, StiRadialTickLabelMajor, StiRadialTickLabelMinor

public abstract class StiRadialTickLabelBase
extends StiTickLabelBase

Copyright Stimulsoft


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiRadialTickLabelBase()
           
 
Method Summary
 java.lang.Object clone()
          Creates a new object that is a copy of the current instance.
 void drawElement(StiGaugeContextPainter context)
           
 StiGaugeElemenType getElementType()
           
 StiLabelRotationMode getLabelRotationMode()
          the rotation mode of labels.
 double getOffsetAngle()
          an additional rotation angle.
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setLabelRotationMode(StiLabelRotationMode labelRotationMode)
          the rotation mode of labels.
 void setOffsetAngle(double offsetAngle)
          an additional rotation angle.
 
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
getFont, getTextBrush, getTextFormat, setFont, setTextBrush, setTextFormat
 
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 com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
cleanReference, createNew, getAnimation, getLocalizeName, getReference, getScale, setAnimation, setReference, setScale
 
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
applyStyle, isAllowApplyStyle, setAllowApplyStyle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRadialTickLabelBase

public StiRadialTickLabelBase()
Method Detail

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

getLabelRotationMode

public StiLabelRotationMode getLabelRotationMode()
the rotation mode of labels.

Returns:
the labelRotationMode

setLabelRotationMode

public void setLabelRotationMode(StiLabelRotationMode labelRotationMode)
the rotation mode of labels.

Parameters:
labelRotationMode - the labelRotationMode to set

getOffsetAngle

public double getOffsetAngle()
an additional rotation angle.

Returns:
the offsetAngle

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 StiTickLabelBase

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