| Package | Description |
|---|---|
| org.jfree.chart.annotations | |
| org.jfree.chart.event | |
| org.jfree.chart.plot | |
| org.jfree.chart.renderer.xy |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAnnotation.notifyListeners(AnnotationChangeEvent event)
Notifies all registered listeners that the annotation has changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationChangeListener.annotationChanged(AnnotationChangeEvent event)
Receives notification of an annotation change event.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXYItemRenderer.annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to an
Annotation added to
this renderer. |