Uses of Class
org.jfree.chart.event.AnnotationChangeEvent
Package
Description
A framework for adding annotations to charts.
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
Plot classes and related interfaces.
Plug-in renderers for the
XYPlot
class.-
Uses of AnnotationChangeEvent in org.jfree.chart.annotations
Modifier and TypeMethodDescriptionprotected void
AbstractAnnotation.notifyListeners
(AnnotationChangeEvent event) Notifies all registered listeners that the annotation has changed. -
Uses of AnnotationChangeEvent in org.jfree.chart.event
Modifier and TypeMethodDescriptionvoid
AnnotationChangeListener.annotationChanged
(AnnotationChangeEvent event) Receives notification of an annotation change event. -
Uses of AnnotationChangeEvent in org.jfree.chart.plot
Modifier and TypeMethodDescriptionvoid
CategoryPlot.annotationChanged
(AnnotationChangeEvent event) Receives notification of a change to anAnnotation
added to this plot.void
Plot.annotationChanged
(AnnotationChangeEvent event) Receives notification of a change to anAnnotation
added to this plot.void
XYPlot.annotationChanged
(AnnotationChangeEvent event) Receives notification of a change to anAnnotation
added to this plot. -
Uses of AnnotationChangeEvent in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionvoid
AbstractXYItemRenderer.annotationChanged
(AnnotationChangeEvent event) Receives notification of a change to anAnnotation
added to this renderer.