Class StiAxisDateTimeStep
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.axis.StiAxisDateTimeStep
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiAxisDateTimeStep,Cloneable
public class StiAxisDateTimeStep
extends StiSerializedObject
implements IStiAxisDateTimeStep, Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()Creates a new object that is a copy of the current instance.final intGets or sets number of values in step.final StiTimeDateStepgetStep()Gets or sets a value that indicates with what the time step values will be shown.booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetInterpolation(boolean interpolation) final voidsetNumberOfValues(int value) final voidsetStep(StiTimeDateStep value) Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiAxisDateTimeStep
public StiAxisDateTimeStep() -
StiAxisDateTimeStep
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
getStep
Gets or sets a value that indicates with what the time step values will be shown.- Specified by:
getStepin interfaceIStiAxisDateTimeStep
-
setStep
- Specified by:
setStepin interfaceIStiAxisDateTimeStep
-
getNumberOfValues
public final int getNumberOfValues()Gets or sets number of values in step.- Specified by:
getNumberOfValuesin interfaceIStiAxisDateTimeStep
-
setNumberOfValues
public final void setNumberOfValues(int value) - Specified by:
setNumberOfValuesin interfaceIStiAxisDateTimeStep
-
isInterpolation
public boolean isInterpolation()- Returns:
- the interpolation
-
setInterpolation
public void setInterpolation(boolean interpolation) - Parameters:
interpolation- the interpolation to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-