public class AnnotationList<T> extends AnnotationListBase
The Annotation list consists of all the individual annotation objects that you would like to include in your charting application. Once all the desired annotation objects have been added to the list, the annotation extension object may be added to the chart using the Extensions method.
The AnnotationList
AnnotationListBase.HitTestArgs
Constructor and Description |
---|
AnnotationList()
Constructs a newly allocated AnnotationList object
|
AnnotationList(Annotations annotations)
Constructs a newly allocated AnnotationList object
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(AnnotationObject o)
Description goes here
|
void |
add(int index,
AnnotationObject element)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends AnnotationObject> c)
Description goes here
|
boolean |
addAll(int index,
java.util.Collection<? extends AnnotationObject> c)
Description goes here
|
void |
clear()
Description goes here
|
boolean |
contains(java.lang.Object o)
Description goes here
|
boolean |
containsAll(java.util.Collection<?> c)
Description goes here
|
AnnotationObject |
get(int index)
Description goes here
|
int |
getCurrentObjectIndex()
Get the index of the current object in the Annotation list.
|
int |
indexOf(java.lang.Object element)
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<AnnotationObject> |
iterator()
Description goes here
|
int |
lastIndexOf(java.lang.Object element)
Description goes here
|
java.util.ListIterator<AnnotationObject> |
listIterator()
Description goes here
|
java.util.ListIterator<AnnotationObject> |
listIterator(int index)
Description goes here
|
AnnotationObject |
remove(int index)
Description goes here
|
boolean |
remove(java.lang.Object o)
Description goes here
|
boolean |
removeAll(java.util.Collection<?> c)
Description goes here
|
boolean |
retainAll(java.util.Collection<?> c)
Description goes here
|
AnnotationObject |
set(int index,
AnnotationObject element)
Description goes here
|
int |
size()
Description goes here
|
java.util.List<AnnotationObject> |
subList(int fromIndex,
int toIndex)
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
hitTest
public AnnotationList()
public AnnotationList(Annotations annotations)
annotations
- public int getCurrentObjectIndex()
Get the index of the current object in the Annotation list.
public AnnotationObject get(int index)
index
- public AnnotationObject set(int index, AnnotationObject element)
index
- element
- public boolean add(AnnotationObject o)
o
- public void add(int index, AnnotationObject element)
index
- element
- public boolean addAll(java.util.Collection<? extends AnnotationObject> c)
c
- public boolean addAll(int index, java.util.Collection<? extends AnnotationObject> c)
index
- c
- public void clear()
public boolean contains(java.lang.Object o)
o
- public boolean containsAll(java.util.Collection<?> c)
c
- public int indexOf(java.lang.Object element)
element
- public boolean isEmpty()
public java.util.Iterator<AnnotationObject> iterator()
public int lastIndexOf(java.lang.Object element)
element
- public java.util.ListIterator<AnnotationObject> listIterator()
public java.util.ListIterator<AnnotationObject> listIterator(int index)
index
- public AnnotationObject remove(int index)
index
- public boolean remove(java.lang.Object o)
o
- public boolean removeAll(java.util.Collection<?> c)
c
- public boolean retainAll(java.util.Collection<?> c)
c
- public int size()
public java.util.List<AnnotationObject> subList(int fromIndex, int toIndex)
fromIndex
- toIndex
- public java.lang.Object[] toArray()
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.