public class StiSeriesCollection extends java.util.ArrayList<IStiSeries> implements IStiApplyStyle, IStiJsonReportObject
| Constructor and Description |
|---|
StiSeriesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
IStiSeries element) |
boolean |
add(IStiSeries element) |
boolean |
add(IStiSeries element,
boolean allowApplyStyle) |
boolean |
addAll(java.util.Collection<? extends IStiSeries> c) |
boolean |
addAll(int index,
java.util.Collection<? extends IStiSeries> c) |
void |
applyStyle(IStiChartStyle style)
Apply style to component which release this interface.
|
StiChart |
getChart() |
IStiSeries |
getItem(int seriesIndex) |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
IStiSeries |
set(int index,
IStiSeries element) |
void |
setChart(StiChart value) |
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, size, subList, toArray, toArray, trimToSizepublic IStiSeries getItem(int seriesIndex)
public void applyStyle(IStiChartStyle style)
IStiApplyStyleapplyStyle in interface IStiApplyStylepublic boolean add(IStiSeries element)
add in interface java.util.Collection<IStiSeries>add in interface java.util.List<IStiSeries>add in class java.util.ArrayList<IStiSeries>public boolean add(IStiSeries element, boolean allowApplyStyle)
public void add(int index,
IStiSeries element)
add in interface java.util.List<IStiSeries>add in class java.util.ArrayList<IStiSeries>public boolean addAll(java.util.Collection<? extends IStiSeries> c)
addAll in interface java.util.Collection<IStiSeries>addAll in interface java.util.List<IStiSeries>addAll in class java.util.ArrayList<IStiSeries>public boolean addAll(int index,
java.util.Collection<? extends IStiSeries> c)
addAll in interface java.util.List<IStiSeries>addAll in class java.util.ArrayList<IStiSeries>public IStiSeries set(int index, IStiSeries element)
set in interface java.util.List<IStiSeries>set in class java.util.ArrayList<IStiSeries>public final StiChart getChart()
public final void setChart(StiChart value)
public 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.