| Home >> All >> org >> jfree >> chart >> [ event Javadoc ] |
org.jfree.chart.event: Javadoc index of package org.jfree.chart.event.
Package Samples:
org.jfree.chart.event
Classes:
AxisChangeListener: The interface that must be supported by classes that wish to receive notification of changes to an axis. The Plot class implements this interface, and automatically registers with its axes (if any). Any axis changes are passed on by the plot as a plot change event. This is part of the notification mechanism that ensures that charts are redrawn whenever changes are made to any chart component.
ChartChangeListener: The interface that must be supported by classes that wish to receive notification of chart events. The org.jfree.chart.ChartPanel class registers itself with the chart it displays, and whenever the chart changes, the panel redraws itself.
RendererChangeEvent: An event that can be forwarded to any RendererChangeListener to signal a change to a plot.
PlotChangeEvent: An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
LegendChangeListener: The interface that must be supported by classes that wish to receive notification of changes to a chart legend.
TitleChangeListener: The interface that must be supported by classes that wish to receive notification of changes to a chart title.
ChartProgressListener: The interface that must be supported by classes that wish to receive notification of chart progress events.
RendererChangeListener: The interface that must be supported by classes that wish to receive notification of changes to a renderer.
PlotChangeListener: The interface that must be supported by classes that wish to receive notification of changes to a plot.
LegendChangeEvent: A change event that encapsulates information about a change to a chart legend.
TitleChangeEvent: A change event that encapsulates information about a change to a chart title.
ChartProgressEvent: An event that contains information about the drawing progress of a chart.
AxisChangeEvent: A change event that encapsulates information about a change to an axis.
ChartChangeEvent: A change event that encapsulates information about a change to a chart.
ChartChangeEventType: Defines tokens used to indicate an event type.
| Home | Contact Us | Privacy Policy | Terms of Service |