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 the
XYPlot class. |
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 |
XYPlot.annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to an
Annotation added to
this plot. |
void |
Plot.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. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXYItemRenderer.annotationChanged(AnnotationChangeEvent event)
Receives notification of a change to an
Annotation added to
this renderer. |