com.stimulsoft.report.chart.view.axis
Class StiYAxis

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.chart.view.axis.StiAxis
          extended by com.stimulsoft.report.chart.view.axis.StiYAxis
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiAxis, IStiYAxis, java.lang.Cloneable
Direct Known Subclasses:
StiYLeftAxis, StiYRightAxis

public abstract class StiYAxis
extends StiAxis
implements IStiYAxis


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiYAxis()
           
StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle)
           
StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle, boolean logarithmicScale)
           
StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle)
           
 
Method Summary
 StiShowYAxis getShowYAxis()
          Gets or sets type of drawing Y axis.
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setShowYAxis(StiShowYAxis value)
           
 
Methods inherited from class com.stimulsoft.report.chart.view.axis.StiAxis
clone, getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getRange, getStartFromZero, getStep, getTicks, getTitle, getTitleDirection, getVisible, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setTitleDirection, setVisible
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.axis.IStiYAxis
clone
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.axis.IStiAxis
getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getRange, getStartFromZero, getStep, getTicks, getTitle, getVisible, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setVisible
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Constructor Detail

StiYAxis

public StiYAxis()

StiYAxis

public StiYAxis(IStiAxisLabels labels,
                IStiAxisRange range,
                IStiAxisTitle title,
                IStiAxisTicks ticks,
                StiArrowStyle arrowStyle,
                StiPenStyle lineStyle,
                StiColor lineColor,
                float lineWidth,
                boolean visible,
                boolean startFromZero,
                StiShowYAxis showYAxis,
                boolean allowApplyStyle)

StiYAxis

public StiYAxis(IStiAxisLabels labels,
                IStiAxisRange range,
                IStiAxisTitle title,
                IStiAxisTicks ticks,
                IStiAxisInteraction interaction,
                StiArrowStyle arrowStyle,
                StiPenStyle lineStyle,
                StiColor lineColor,
                float lineWidth,
                boolean visible,
                boolean startFromZero,
                StiShowYAxis showYAxis,
                boolean allowApplyStyle)

StiYAxis

public StiYAxis(IStiAxisLabels labels,
                IStiAxisRange range,
                IStiAxisTitle title,
                IStiAxisTicks ticks,
                IStiAxisInteraction interaction,
                StiArrowStyle arrowStyle,
                StiPenStyle lineStyle,
                StiColor lineColor,
                float lineWidth,
                boolean visible,
                boolean startFromZero,
                StiShowYAxis showYAxis,
                boolean allowApplyStyle,
                boolean logarithmicScale)
Method Detail

getShowYAxis

public StiShowYAxis getShowYAxis()
Gets or sets type of drawing Y axis.

Specified by:
getShowYAxis in interface IStiYAxis

setShowYAxis

public void setShowYAxis(StiShowYAxis value)
Specified by:
setShowYAxis in interface IStiYAxis

SaveToJsonObject

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

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiAxis
Throws:
JSONException