public class AnnotationCollection extends com.scichart.core.observable.ObservableCollection<IAnnotation>
IAnnotation
Constructor and Description |
---|
AnnotationCollection()
Initializes a new instance of
AnnotationCollection class |
AnnotationCollection(java.util.Collection<? extends IAnnotation> collection)
Initializes a new instance of
AnnotationCollection class |
Modifier and Type | Method and Description |
---|---|
void |
deselectAll()
Deselects all annotations in this collection
|
boolean |
trySelectAnnotation(IAnnotation annotation)
Tries to select annotation from this collection
|
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 AnnotationCollection()
AnnotationCollection
classpublic AnnotationCollection(java.util.Collection<? extends IAnnotation> collection)
AnnotationCollection
classcollection
- The collections with items to addpublic final boolean trySelectAnnotation(IAnnotation annotation)
annotation
- The annotation to selectpublic final void deselectAll()