public class StiSeriesTopN extends StiSerializedObject implements IStiSeriesTopN, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiSeriesTopN() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
int |
getCount()
Gets or sets the number of output values.
|
StiTopNMode |
getMode()
Gets or sets output values mode.
|
java.lang.String |
getOthersText()
Gets or sets signature for other values.
|
boolean |
getShowOthers()
Gets or sets value which indicates whether to display other values.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setCount(int value) |
void |
setMode(StiTopNMode value) |
void |
setOthersText(java.lang.String value) |
void |
setShowOthers(boolean value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic final java.lang.Object clone()
clone in class java.lang.Objectpublic final StiTopNMode getMode()
getMode in interface IStiSeriesTopNpublic final void setMode(StiTopNMode value)
setMode in interface IStiSeriesTopNpublic final int getCount()
getCount in interface IStiSeriesTopNpublic final void setCount(int value)
setCount in interface IStiSeriesTopNpublic final boolean getShowOthers()
getShowOthers in interface IStiSeriesTopNpublic final void setShowOthers(boolean value)
setShowOthers in interface IStiSeriesTopNpublic final java.lang.String getOthersText()
getOthersText in interface IStiSeriesTopNpublic final void setOthersText(java.lang.String value)
setOthersText in interface IStiSeriesTopNpublic 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.