Uses of Class
org.jfree.chart.event.AnnotationChangeEvent
Package
Description
-
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.