public class StiGaugeElementCollection extends java.util.ArrayList<StiGaugeElement> implements java.lang.Cloneable, IStiJsonReportObject
| Constructor and Description |
|---|
StiGaugeElementCollection() |
StiGaugeElementCollection(StiScaleBase scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
StiGaugeElement element) |
boolean |
add(StiGaugeElement element) |
boolean |
addAll(java.util.Collection<? extends StiGaugeElement> c) |
void |
addAll(StiGaugeElement[] elements) |
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
boolean |
getIsReadOnly() |
void |
LoadFromJsonObject(JSONObject jObject) |
boolean |
moveDown(StiGaugeElement element) |
boolean |
moveUp(StiGaugeElement element) |
boolean |
remove(StiGaugeElement element) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
StiGaugeElement |
set(int index,
StiGaugeElement value) |
addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, size, subList, toArray, toArray, trimToSizepublic StiGaugeElementCollection(StiScaleBase scale)
public StiGaugeElementCollection()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic java.lang.Object clone()
clone in class java.util.ArrayList<StiGaugeElement>public boolean getIsReadOnly()
public void add(int index,
StiGaugeElement element)
add in interface java.util.List<StiGaugeElement>add in class java.util.ArrayList<StiGaugeElement>public StiGaugeElement set(int index, StiGaugeElement value)
set in interface java.util.List<StiGaugeElement>set in class java.util.ArrayList<StiGaugeElement>public boolean add(StiGaugeElement element)
add in interface java.util.Collection<StiGaugeElement>add in interface java.util.List<StiGaugeElement>add in class java.util.ArrayList<StiGaugeElement>public void addAll(StiGaugeElement[] elements)
public boolean remove(StiGaugeElement element)
public boolean moveUp(StiGaugeElement element)
public boolean moveDown(StiGaugeElement element)
public boolean addAll(java.util.Collection<? extends StiGaugeElement> c)
addAll in interface java.util.Collection<StiGaugeElement>addAll in interface java.util.List<StiGaugeElement>addAll in class java.util.ArrayList<StiGaugeElement>Copyright © 2019 Stimulsoft. All Rights Reserved.