public class AnnotationCollection<T extends ChartAnnotation> extends PresenterCollection<T>
Constructor and Description |
---|
AnnotationCollection(RadChartViewBase control)
Creates an instance of the
AnnotationCollection class with a specified RadChartViewBase as its owner. |
add, add, clear, init, owner, remove, remove, reset
addAll, addAll, addCollectionChangeListener, beginUpdate, endUpdate, removeAll, removeCollectionChangeListener
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
containsAll, equals, hashCode
parallelStream, stream
public AnnotationCollection(RadChartViewBase control)
AnnotationCollection
class with a specified RadChartViewBase
as its owner.control
- the owning RadChartViewBase
.