public class StiStripsCollection extends java.util.ArrayList<IStiStrips> implements IStiApplyStyle, IStiJsonReportObject
| Constructor and Description |
|---|
StiStripsCollection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IStiStrips e) |
void |
applyStyle(IStiChartStyle style)
Applying specified style to this area.
|
StiChart |
getChart() |
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setChart(StiChart value) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic boolean add(IStiStrips e)
add in interface java.util.Collection<IStiStrips>add in interface java.util.List<IStiStrips>add in class java.util.ArrayList<IStiStrips>public final void applyStyle(IStiChartStyle style)
applyStyle in interface IStiApplyStylestyle - 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.