public class RenderableSeries3DCollection extends com.scichart.core.observable.ObservableCollection<IRenderableSeries3D>
IRenderableSeries3D
Constructor and Description |
---|
RenderableSeries3DCollection()
Initializes a new instance of
RenderableSeries3DCollection class |
RenderableSeries3DCollection(java.util.Collection<? extends IRenderableSeries3D> collection)
Initializes a new instance of
RenderableSeries3DCollection 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 RenderableSeries3DCollection()
RenderableSeries3DCollection
classpublic RenderableSeries3DCollection(java.util.Collection<? extends IRenderableSeries3D> collection)
RenderableSeries3DCollection
classcollection
- The collections with items to add