Uses of Package
org.jfree.chart.event
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.demo | |
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 |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
-
Classes in org.jfree.chart.event used by org.jfree.chart Class Description ChartChangeEvent A change event that encapsulates information about a change to a chart.ChartChangeListener The interface that must be supported by classes that wish to receive notification of chart events.ChartProgressEvent An event that contains information about the drawing progress of a chart.ChartProgressListener The interface that must be supported by classes that wish to receive notification of chart progress events.LegendChangeEvent A change event that encapsulates information about a change to a chart legend.LegendChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart legend.PlotChangeEvent An event that can be forwarded to anyPlotChangeListener
to signal a change to a plot.PlotChangeListener The interface that must be supported by classes that wish to receive notification of changes to a plot.TitleChangeEvent A change event that encapsulates information about a change to a chart title.TitleChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart title. -
Classes in org.jfree.chart.event used by org.jfree.chart.axis Class Description AxisChangeListener The interface that must be supported by classes that wish to receive notification of changes to an axis. -
Classes in org.jfree.chart.event used by org.jfree.chart.demo Class Description ChartChangeEvent A change event that encapsulates information about a change to a chart.ChartChangeListener The interface that must be supported by classes that wish to receive notification of chart events. -
Classes in org.jfree.chart.event used by org.jfree.chart.event Class Description 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.ChartProgressEvent An event that contains information about the drawing progress of a chart.LegendChangeEvent A change event that encapsulates information about a change to a chart legend.PlotChangeEvent An event that can be forwarded to anyPlotChangeListener
to signal a change to a plot.RendererChangeEvent An event that can be forwarded to anyRendererChangeListener
to signal a change to a plot.TitleChangeEvent A change event that encapsulates information about a change to a chart title. -
Classes in org.jfree.chart.event used by org.jfree.chart.plot Class Description AxisChangeEvent A change event that encapsulates information about a change to an axis.AxisChangeListener The interface that must be supported by classes that wish to receive notification of changes to an axis.PlotChangeEvent An event that can be forwarded to anyPlotChangeListener
to signal a change to a plot.PlotChangeListener The interface that must be supported by classes that wish to receive notification of changes to a plot.RendererChangeEvent An event that can be forwarded to anyRendererChangeListener
to signal a change to a plot.RendererChangeListener The interface that must be supported by classes that wish to receive notification of changes to a renderer. -
Classes in org.jfree.chart.event used by org.jfree.chart.renderer Class Description RendererChangeEvent An event that can be forwarded to anyRendererChangeListener
to signal a change to a plot.RendererChangeListener The interface that must be supported by classes that wish to receive notification of changes to a renderer. -
Classes in org.jfree.chart.event used by org.jfree.chart.title Class Description TitleChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart title.