Package com.jrefinery.chart.event

The event classes in the JFreeChart class library.

See:
          Description

Interface Summary
AxisChangeListener The interface that must be supported by classes that wish to receive notification of changes to an axis.
ChartChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart.
LegendChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart legend.
PlotChangeListener The interface that must be supported by classes that wish to receive notification of changes to a plot.
TitleChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart title.
 

Class Summary
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.
LegendChangeEvent A change event that encapsulates information about a change to a chart legend.
PlotChangeEvent A change event that encapsulates information about a change to a plot.
TitleChangeEvent A change event that encapsulates information about a change to a chart title.
 

Package com.jrefinery.chart.event Description

The event classes in the JFreeChart class library. These are used to provide a change notification mechanism so that charts are automatically redrawn when changes are made to any chart component.