Class StiSeriesTopN
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.topN.StiSeriesTopN
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSeriesTopN,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 intgetCount()Gets or sets the number of output values.final StiTopNModegetMode()Gets or sets output values mode.final StringGets or sets signature for other values.final booleanGets or sets value which indicates whether to display other values.voidLoadFromJsonObject(JSONObject jObject) final voidsetCount(int value) final voidsetMode(StiTopNMode value) final voidsetOthersText(String value) final voidsetShowOthers(boolean 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
-
StiSeriesTopN
public StiSeriesTopN()
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
getMode
Gets or sets output values mode.- Specified by:
getModein interfaceIStiSeriesTopN
-
setMode
- Specified by:
setModein interfaceIStiSeriesTopN
-
getCount
public final int getCount()Gets or sets the number of output values.- Specified by:
getCountin interfaceIStiSeriesTopN
-
setCount
public final void setCount(int value) - Specified by:
setCountin interfaceIStiSeriesTopN
-
getShowOthers
public final boolean getShowOthers()Gets or sets value which indicates whether to display other values.- Specified by:
getShowOthersin interfaceIStiSeriesTopN
-
setShowOthers
public final void setShowOthers(boolean value) - Specified by:
setShowOthersin interfaceIStiSeriesTopN
-
getOthersText
Gets or sets signature for other values.- Specified by:
getOthersTextin interfaceIStiSeriesTopN
-
setOthersText
- Specified by:
setOthersTextin interfaceIStiSeriesTopN
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-