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

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
              extended by com.stimulsoft.report.chart.view.axis.StiYRightAxis
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiAxis, IStiYAxis, IStiYRightAxis, java.lang.Cloneable

public class StiYRightAxis
extends StiYAxis
implements IStiYRightAxis


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiYRightAxis()
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale)
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
 
Method Summary
 StiShowYAxis getShowYAxis()
          Gets or sets type of drawing Y axis.
 boolean getVisible()
          Gets or sets visibility of axis.
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setShowYAxis(StiShowYAxis value)
           
 void setVisible(boolean value)
           
 
Methods inherited from class com.stimulsoft.report.chart.view.axis.StiYAxis
LoadFromJsonObject
 
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, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setTitleDirection
 
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, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject
 

Constructor Detail

StiYRightAxis

public StiYRightAxis()

StiYRightAxis

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

StiYRightAxis

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

StiYRightAxis

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

getVisible

public boolean getVisible()
Description copied from class: StiAxis
Gets or sets visibility of axis.

Specified by:
getVisible in interface IStiAxis
Overrides:
getVisible in class StiAxis

setVisible

public void setVisible(boolean value)
Specified by:
setVisible in interface IStiAxis
Overrides:
setVisible in class StiAxis

getShowYAxis

public StiShowYAxis getShowYAxis()
Description copied from class: StiYAxis
Gets or sets type of drawing Y axis.

Specified by:
getShowYAxis in interface IStiYAxis
Overrides:
getShowYAxis in class StiYAxis

setShowYAxis

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

SaveToJsonObject

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