public class ChartModifier3DCollection extends com.scichart.charting.model.ChartModifierCollectionBase<IChartModifier3D> implements ISciChartSurface3DRenderedListener
IChartModifier3D
Constructor and Description |
---|
ChartModifier3DCollection() |
ChartModifier3DCollection(java.util.Collection<IChartModifier3D> collection) |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services,
boolean subscribeToEvents) |
void |
onChartRendered()
Called at the end of the render pass
|
void |
onCollectionChanged(int propertyId,
com.scichart.core.observable.CollectionChangedEventArgs<?> args) |
void |
onPropertyChanged(int propertyId) |
attachTo, getServices, isAttached, isSubscribedToEvents
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 ChartModifier3DCollection()
public ChartModifier3DCollection(java.util.Collection<IChartModifier3D> collection)
public void attachTo(com.scichart.core.IServiceContainer services, boolean subscribeToEvents)
attachTo
in class com.scichart.charting.model.ChartModifierCollectionBase<IChartModifier3D>
public void onPropertyChanged(int propertyId)
onPropertyChanged
in interface com.scichart.charting.visuals.changeListener.IChartListener
public void onCollectionChanged(int propertyId, com.scichart.core.observable.CollectionChangedEventArgs<?> args)
onCollectionChanged
in interface com.scichart.charting.visuals.changeListener.IChartListener
public final void onChartRendered()
onChartRendered
in interface ISciChartSurface3DRenderedListener