Package org.jfree.chart.event
package 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.
-
ClassDescriptionAn event that can be forwarded to any
AnnotationChangeListener
to signal a change to anAnnotation
.The interface that must be supported by classes that wish to receive notification of changes to anAnnotation
.A change event that encapsulates information about a change to an axis.The interface that must be supported by classes that wish to receive notification of changes to an axis.A change event that encapsulates information about a change to a chart.Defines tokens used to indicate an event type.The interface that must be supported by classes that wish to receive notification of chart events.An event that contains information about the drawing progress of a chart.The interface that must be supported by classes that wish to receive notification of chart progress events.An event that can be forwarded to anyMarkerChangeListener
to signal a change to aMarker
.The interface that must be supported by classes that wish to receive notification of changes to aMarker
.A change event for anOverlay
.A listener for changes to anOverlay
.An event that can be forwarded to anyPlotChangeListener
to signal a change to a plot.The interface that must be supported by classes that wish to receive notification of changes to a plot.An event that can be forwarded to anyRendererChangeListener
to signal a change to a renderer.The interface that must be supported by classes that wish to receive notification of changes to a renderer.A change event that encapsulates information about a change to a chart title.The interface that must be supported by classes that wish to receive notification of changes to a chart title.