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