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

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.chart.view.axis.StiAxisInteraction
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiAxisInteraction, java.lang.Cloneable

public class StiAxisInteraction
extends StiSerializedObject
implements IStiAxisInteraction, java.lang.Cloneable, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiAxisInteraction()
           
StiAxisInteraction(boolean showScrollBar, boolean rangeScrollEnabled)
           
 
Method Summary
 java.lang.Object clone()
          Creates a new object that is a copy of the current instance.
 boolean getRangeScrollEnabled()
          Gets or sets value which indicates whether the range of axis can be scrolled.
 boolean getShowScrollBar()
          Gets or sets value which indicates that scroll bar will be shown.
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setRangeScrollEnabled(boolean value)
           
 void setShowScrollBar(boolean value)
           
 
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.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Constructor Detail

StiAxisInteraction

public StiAxisInteraction()

StiAxisInteraction

public StiAxisInteraction(boolean showScrollBar,
                          boolean rangeScrollEnabled)
Method Detail

clone

public final java.lang.Object clone()
Creates a new object that is a copy of the current instance.

Overrides:
clone in class java.lang.Object
Returns:
A new object that is a copy of this instance.

getShowScrollBar

public final boolean getShowScrollBar()
Gets or sets value which indicates that scroll bar will be shown.

Specified by:
getShowScrollBar in interface IStiAxisInteraction

setShowScrollBar

public final void setShowScrollBar(boolean value)
Specified by:
setShowScrollBar in interface IStiAxisInteraction

getRangeScrollEnabled

public boolean getRangeScrollEnabled()
Gets or sets value which indicates whether the range of axis can be scrolled.

Specified by:
getRangeScrollEnabled in interface IStiAxisInteraction

setRangeScrollEnabled

public void setRangeScrollEnabled(boolean value)
Specified by:
setRangeScrollEnabled in interface IStiAxisInteraction

SaveToJsonObject

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

LoadFromJsonObject

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