com.stimulsoft.report.infographics.gauge.tick.radial.mark
Class StiRadialTickMarkMajor

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.StiTickMarkBase
                  extended by com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickMarkBase
                      extended by com.stimulsoft.report.infographics.gauge.tick.radial.mark.StiRadialTickMarkMajor
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiApplyStyleGauge, java.lang.Cloneable

public class StiRadialTickMarkMajor
extends StiRadialTickMarkBase

Copyright Stimulsoft


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiRadialTickMarkMajor()
           
 
Method Summary
 void applyStyle(IStiGaugeStyle style)
          Apply style to component which release this interface.
 StiGaugeElement createNew()
           
 StiComponentId getComponentId()
           
 StiGaugeElemenType getElementType()
           
 java.lang.String getLocalizeName()
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickMarkBase
clone, drawElement, getOffsetAngle, LoadFromJsonObject, setOffsetAngle
 
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 com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
cleanReference, getAnimation, getReference, getScale, setAnimation, setReference, setScale
 
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
isAllowApplyStyle, setAllowApplyStyle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRadialTickMarkMajor

public StiRadialTickMarkMajor()
Method Detail

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiRadialTickMarkBase
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

getElementType

public StiGaugeElemenType getElementType()
Overrides:
getElementType in class StiRadialTickMarkBase

getLocalizeName

public java.lang.String getLocalizeName()
Overrides:
getLocalizeName in class StiGaugeElement

createNew

public StiGaugeElement createNew()
Overrides:
createNew in class StiGaugeElement