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 theXYPlotclass. -
-
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 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 AnnotationChangeEvent Modifier and Type Method Description voidAnnotationChangeListener. 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 voidCategoryPlot. 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 AnnotationChangeEvent Modifier and Type Method Description voidAbstractXYItemRenderer. annotationChanged(AnnotationChangeEvent event)Receives notification of a change to anAnnotationadded to this renderer.
-