com.stimulsoft.report.chart.view.axis
Class StiAxisDateTimeStep
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.axis.StiAxisDateTimeStep
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiAxisDateTimeStep, java.lang.Cloneable
public class StiAxisDateTimeStep
- extends StiSerializedObject
- implements IStiAxisDateTimeStep, java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiAxisDateTimeStep
public StiAxisDateTimeStep()
StiAxisDateTimeStep
public StiAxisDateTimeStep(StiTimeDateStep step,
int numberOfValues)
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.
getStep
public final StiTimeDateStep getStep()
- Gets or sets a value that indicates with what the time step values will be shown.
- Specified by:
getStep
in interface IStiAxisDateTimeStep
setStep
public final void setStep(StiTimeDateStep value)
- Specified by:
setStep
in interface IStiAxisDateTimeStep
getNumberOfValues
public final int getNumberOfValues()
- Gets or sets number of values in step.
- Specified by:
getNumberOfValues
in interface IStiAxisDateTimeStep
setNumberOfValues
public final void setNumberOfValues(int value)
- Specified by:
setNumberOfValues
in interface IStiAxisDateTimeStep
isInterpolation
public boolean isInterpolation()
- Returns:
- the interpolation
setInterpolation
public void setInterpolation(boolean interpolation)
- Parameters:
interpolation
- the interpolation to set
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