Class StiGaugeElementCollection
java.lang.Object
java.util.AbstractCollection<StiGaugeElement>
java.util.AbstractList<StiGaugeElement>
java.util.ArrayList<StiGaugeElement>
com.stimulsoft.report.infographics.gauge.collections.StiGaugeElementCollection
- All Implemented Interfaces:
IStiJsonReportObject,Serializable,Cloneable,Iterable<StiGaugeElement>,Collection<StiGaugeElement>,List<StiGaugeElement>,RandomAccess,SequencedCollection<StiGaugeElement>
public class StiGaugeElementCollection
extends ArrayList<StiGaugeElement>
implements Cloneable, IStiJsonReportObject
Copyright Stimulsoft
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, StiGaugeElement element) booleanadd(StiGaugeElement element) voidaddAll(StiGaugeElement[] elements) booleanaddAll(Collection<? extends StiGaugeElement> c) clone()Creates a new object that is a copy of the current instance.booleanvoidLoadFromJsonObject(JSONObject jObject) booleanmoveDown(StiGaugeElement element) booleanmoveUp(StiGaugeElement element) booleanremove(StiGaugeElement element) set(int index, StiGaugeElement value) Methods inherited from class java.util.ArrayList
addAll, addFirst, addLast, clear, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
StiGaugeElementCollection
-
StiGaugeElementCollection
public StiGaugeElementCollection()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
clone
Creates a new object that is a copy of the current instance.- Overrides:
clonein classArrayList<StiGaugeElement>
-
getIsReadOnly
public boolean getIsReadOnly() -
add
- Specified by:
addin interfaceList<StiGaugeElement>- Overrides:
addin classArrayList<StiGaugeElement>
-
set
- Specified by:
setin interfaceList<StiGaugeElement>- Overrides:
setin classArrayList<StiGaugeElement>
-
add
- Specified by:
addin interfaceCollection<StiGaugeElement>- Specified by:
addin interfaceList<StiGaugeElement>- Overrides:
addin classArrayList<StiGaugeElement>
-
addAll
-
remove
-
moveUp
-
moveDown
-
addAll
- Specified by:
addAllin interfaceCollection<StiGaugeElement>- Specified by:
addAllin interfaceList<StiGaugeElement>- Overrides:
addAllin classArrayList<StiGaugeElement>
-