Uses of Class
org.jfree.chart.event.AnnotationChangeEvent
-
Packages that use AnnotationChangeEvent Package Description org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.event 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.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class. -
-
Uses of AnnotationChangeEvent in org.jfree.chart.annotations
Methods in org.jfree.chart.annotations with parameters of type AnnotationChangeEvent Modifier and Type Method Description protected void
AbstractAnnotation. 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 AnnotationChangeEvent Modifier and Type Method Description void
AnnotationChangeListener. 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 AnnotationChangeEvent Modifier and Type Method Description void
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
Methods in org.jfree.chart.renderer.xy with parameters of type AnnotationChangeEvent Modifier and Type Method Description void
AbstractXYItemRenderer. annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to anAnnotation
added to this renderer.
-