public class RenderableSeriesCollection extends com.scichart.core.observable.ObservableCollection<IRenderableSeries>
IRenderableSeries
Constructor and Description |
---|
RenderableSeriesCollection()
Initializes a new instance of
RenderableSeriesCollection class |
RenderableSeriesCollection(java.util.Collection<? extends IRenderableSeries> collection)
Initializes a new instance of
RenderableSeriesCollection class |
add, add, addAll, addAll, addObserver, clear, remove, remove, removeAll, removeObserver, removeRange, retainAll, set
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
public RenderableSeriesCollection()
RenderableSeriesCollection
classpublic RenderableSeriesCollection(java.util.Collection<? extends IRenderableSeries> collection)
RenderableSeriesCollection
classcollection
- The collections with items to add