public class AnnotationChangeEvent extends ChartChangeEvent
AnnotationChangeListener to
signal a change to an Annotation.source| Constructor and Description |
|---|
AnnotationChangeEvent(Object source,
Annotation annotation)
Creates a new
AnnotationChangeEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation()
Returns the annotation that triggered the event.
|
getChart, getType, setChart, setTypegetSource, toStringpublic AnnotationChangeEvent(Object source, Annotation annotation)
AnnotationChangeEvent instance.source - the event source.annotation - the annotation that triggered the event
(null not permitted).public Annotation getAnnotation()
null).Copyright © 2001–2017 JFree.org. All rights reserved.