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