public class PieSegmentCollection extends LockableObservableCollection<IPieSegment>
IPieSegment
used by IPieRenderableSeries
lock
Constructor and Description |
---|
PieSegmentCollection()
Creates new instance of
PieSegmentCollection class |
PieSegmentCollection(java.util.Collection<? extends IPieSegment> collection)
Creates new instance of
PieSegmentCollection class |
PieSegmentCollection(int capacity)
Creates new instance of
PieSegmentCollection class |
add, add, addAll, addAll, clear, remove, remove, removeAll, removeRange, retainAll, set
addObserver, removeObserver
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
public PieSegmentCollection(int capacity)
PieSegmentCollection
classcapacity
- The initial capacitypublic PieSegmentCollection()
PieSegmentCollection
classpublic PieSegmentCollection(java.util.Collection<? extends IPieSegment> collection)
PieSegmentCollection
classcollection
- The collection with items to add