public class StiAxisDateTimeStep extends StiSerializedObject implements IStiAxisDateTimeStep, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiAxisDateTimeStep() |
StiAxisDateTimeStep(StiTimeDateStep step,
int numberOfValues) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
int |
getNumberOfValues()
Gets or sets number of values in step.
|
StiTimeDateStep |
getStep()
Gets or sets a value that indicates with what the time step values will be shown.
|
boolean |
isInterpolation() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setInterpolation(boolean interpolation) |
void |
setNumberOfValues(int value) |
void |
setStep(StiTimeDateStep value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiAxisDateTimeStep()
public StiAxisDateTimeStep(StiTimeDateStep step, int numberOfValues)
public final java.lang.Object clone()
clone in class java.lang.Objectpublic final StiTimeDateStep getStep()
getStep in interface IStiAxisDateTimeSteppublic final void setStep(StiTimeDateStep value)
setStep in interface IStiAxisDateTimeSteppublic final int getNumberOfValues()
getNumberOfValues in interface IStiAxisDateTimeSteppublic final void setNumberOfValues(int value)
setNumberOfValues in interface IStiAxisDateTimeSteppublic boolean isInterpolation()
public void setInterpolation(boolean interpolation)
interpolation - the interpolation to setpublic 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.