public class StiAxisRange extends StiSerializedObject implements IStiAxisRange, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiAxisRange() |
StiAxisRange(boolean auto,
double minimum,
double maximum) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
boolean |
getAuto()
Gets or sets value which indicates that minimum and maximum values will be calculated
automatically.
|
double |
getMaximum()
Gets or sets maximum value of axis range.
|
double |
getMinimum()
Gets or sets minimum value of axis range.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAuto(boolean value) |
void |
setMaximum(double value) |
void |
setMinimum(double value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiAxisRange()
public StiAxisRange(boolean auto,
double minimum,
double maximum)
public final java.lang.Object clone()
clone in interface IStiAxisRangeclone in class java.lang.Objectpublic final double getMinimum()
getMinimum in interface IStiAxisRangepublic final void setMinimum(double value)
setMinimum in interface IStiAxisRangepublic final double getMaximum()
getMaximum in interface IStiAxisRangepublic final void setMaximum(double value)
setMaximum in interface IStiAxisRangepublic final boolean getAuto()
getAuto in interface IStiAxisRangepublic final void setAuto(boolean value)
setAuto in interface IStiAxisRangepublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.