com.stimulsoft.report.chart.view.axis
Class StiAxisInteraction
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiAxisInteraction
public StiAxisInteraction()
StiAxisInteraction
public StiAxisInteraction(boolean showScrollBar,
boolean rangeScrollEnabled)
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