Uses of Class
org.jfree.chart.event.AnnotationChangeEvent
Packages that use 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
Methods in org.jfree.chart.annotations with parameters of type AnnotationChangeEventModifier and TypeMethodDescriptionprotected voidAbstractAnnotation.notifyListeners(AnnotationChangeEvent event) Notifies all registered listeners that the annotation has changed. - 
Uses of AnnotationChangeEvent in org.jfree.chart.event
Methods in org.jfree.chart.event with parameters of type AnnotationChangeEventModifier and TypeMethodDescriptionvoidAnnotationChangeListener.annotationChanged(AnnotationChangeEvent event) Receives notification of an annotation change event. - 
Uses of AnnotationChangeEvent in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type AnnotationChangeEventModifier and TypeMethodDescriptionvoidCategoryPlot.annotationChanged(AnnotationChangeEvent event) Receives notification of a change to anAnnotationadded to this plot.voidPlot.annotationChanged(AnnotationChangeEvent event) Receives notification of a change to anAnnotationadded to this plot.voidXYPlot.annotationChanged(AnnotationChangeEvent event) Receives notification of a change to anAnnotationadded to this plot. - 
Uses of AnnotationChangeEvent in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type AnnotationChangeEventModifier and TypeMethodDescriptionvoidAbstractXYItemRenderer.annotationChanged(AnnotationChangeEvent event) Receives notification of a change to anAnnotationadded to this renderer.