|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationChangeEvent | |
|---|---|
| org.jfree.chart.annotations | A framework for addings 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 the XYPlot class. |
| Uses of AnnotationChangeEvent in org.jfree.chart.annotations |
|---|
| Methods in org.jfree.chart.annotations with parameters of type AnnotationChangeEvent | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
Plot.annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to an Annotation added to
this plot. |
void |
XYPlot.annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to an Annotation added to
this plot. |
void |
CategoryPlot.annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to an Annotation 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 | |
|---|---|
void |
AbstractXYItemRenderer.annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to an Annotation added to
this renderer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||