public class StiConstantLinesCollection extends java.util.ArrayList<IStiConstantLines> implements IStiApplyStyle, IStiJsonReportObject
| Constructor and Description |
|---|
StiConstantLinesCollection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IStiConstantLines 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(IStiConstantLines e)
add in interface java.util.Collection<IStiConstantLines>add in interface java.util.List<IStiConstantLines>add in class java.util.ArrayList<IStiConstantLines>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.