public class AnnotationChangeEvent extends ChartChangeEvent
AnnotationChangeListener to
signal a change to an Annotation.| Constructor and Description |
|---|
AnnotationChangeEvent(java.lang.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, setTypepublic AnnotationChangeEvent(java.lang.Object source,
Annotation annotation)
AnnotationChangeEvent instance.source - the event source.annotation - the annotation that triggered the event
(null not permitted).public Annotation getAnnotation()
null).