com.stimulsoft.report.infographics.gauge.tick.radial.label
Class StiRadialTickLabelMinor

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

public class StiRadialTickLabelMinor
extends StiRadialTickLabelBase

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
animation, scale
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiRadialTickLabelMinor()
           
 
Method Summary
 void applyStyle(IStiGaugeStyle style)
          Apply style to component which release this interface.
 StiGaugeElement createNew()
           
 StiComponentId getComponentId()
           
 StiGaugeElemenType getElementType()
           
 java.lang.String getLocalizeName()
           
protected  java.util.TreeMap<java.lang.Double,java.lang.Double> getPointCollection()
           
 boolean isSkipMajorValues()
          whether to pass major values.
protected  boolean IsSkipMajorValues()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setSkipMajorValues(boolean skipMajorValues)
          whether to pass major values.
 
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiRadialTickLabelBase
clone, drawElement, getLabelRotationMode, getMatrixRotation, getOffsetAngle, setLabelRotationMode, setOffsetAngle
 
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickLabelBase
getFont, getTextBrush, getTextFormat, getTextForRender, getTextForRender, getTextForRender, setFont, setTextBrush, setTextFormat
 
Methods 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, 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRadialTickLabelMinor

public StiRadialTickLabelMinor()
Method Detail

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiRadialTickLabelBase
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiRadialTickLabelBase
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

isSkipMajorValues

public boolean isSkipMajorValues()
whether to pass major values.

Overrides:
isSkipMajorValues in class StiTickBase
Returns:
the skipMajorValues

setSkipMajorValues

public void setSkipMajorValues(boolean skipMajorValues)
whether to pass major values.

Parameters:
skipMajorValues - the skipMajorValues to set

IsSkipMajorValues

protected boolean IsSkipMajorValues()

getElementType

public StiGaugeElemenType getElementType()
Overrides:
getElementType in class StiRadialTickLabelBase

getLocalizeName

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

createNew

public StiGaugeElement createNew()
Overrides:
createNew in class StiGaugeElement

getPointCollection

protected java.util.TreeMap<java.lang.Double,java.lang.Double> getPointCollection()
Overrides:
getPointCollection in class StiTickBase


Copyright © 2018 Stimulsoft. All Rights Reserved.