Class StiStripsCollection
- All Implemented Interfaces:
IStiJsonReportObject,IStiApplyStyle,Serializable,Cloneable,Iterable<IStiStrips>,Collection<IStiStrips>,List<IStiStrips>,RandomAccess,SequencedCollection<IStiStrips>
public class StiStripsCollection
extends ArrayList<IStiStrips>
implements IStiApplyStyle, IStiJsonReportObject
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(IStiStrips e) final voidapplyStyle(IStiChartStyle style) Applying specified style to this area.final StiChartgetChart()voidLoadFromJsonObject(JSONObject jObject) final voidMethods inherited from class java.util.ArrayList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, 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
-
StiStripsCollection
public StiStripsCollection()
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<IStiStrips>- Specified by:
addin interfaceList<IStiStrips>- Overrides:
addin classArrayList<IStiStrips>
-
applyStyle
Applying specified style to this area.- Specified by:
applyStylein interfaceIStiApplyStyle- Parameters:
style-
-
getChart
-
setChart
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-