Uses of Package
org.jfree.chart.event
-
Packages that use org.jfree.chart.event Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.axis Axis classes and interfaces.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.panel Classes related to theChartPanel
class.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.dial Classes for creating dial plots.org.jfree.chart.plot.flow Classes for creating flow plots (a type of Sankey chart).org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlot
andXYPlot
classes.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class.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.OverlayChangeEvent A change event for anOverlay
.OverlayChangeListener A listener for changes to anOverlay
.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.annotations Class Description AnnotationChangeEvent An event that can be forwarded to anyAnnotationChangeListener
to signal a change to anAnnotation
.AnnotationChangeListener The interface that must be supported by classes that wish to receive notification of changes to anAnnotation
. -
Classes in org.jfree.chart.event used by org.jfree.chart.axis 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. -
Classes in org.jfree.chart.event used by org.jfree.chart.event Class Description AnnotationChangeEvent An event that can be forwarded to anyAnnotationChangeListener
to signal a change to anAnnotation
.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.ChartProgressEvent An event that contains information about the drawing progress of a chart.MarkerChangeEvent An event that can be forwarded to anyMarkerChangeListener
to signal a change to aMarker
.OverlayChangeEvent A change event for anOverlay
.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 renderer.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.panel Class Description OverlayChangeEvent A change event for anOverlay
.OverlayChangeListener A listener for changes to anOverlay
. -
Classes in org.jfree.chart.event used by org.jfree.chart.plot Class Description AnnotationChangeEvent An event that can be forwarded to anyAnnotationChangeListener
to signal a change to anAnnotation
.AnnotationChangeListener The interface that must be supported by classes that wish to receive notification of changes to anAnnotation
.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.MarkerChangeEvent An event that can be forwarded to anyMarkerChangeListener
to signal a change to aMarker
.MarkerChangeListener The interface that must be supported by classes that wish to receive notification of changes to aMarker
.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 renderer.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.plot.dial Class Description AnnotationChangeListener The interface that must be supported by classes that wish to receive notification of changes to anAnnotation
.AxisChangeListener The interface that must be supported by classes that wish to receive notification of changes to an axis.ChartChangeEvent A change event that encapsulates information about a change to a chart.MarkerChangeListener The interface that must be supported by classes that wish to receive notification of changes to aMarker
. -
Classes in org.jfree.chart.event used by org.jfree.chart.plot.flow Class Description AnnotationChangeListener The interface that must be supported by classes that wish to receive notification of changes to anAnnotation
.AxisChangeListener The interface that must be supported by classes that wish to receive notification of changes to an axis.MarkerChangeListener The interface that must be supported by classes that wish to receive notification of changes to aMarker
. -
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 renderer.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.category Class Description 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.xy Class Description AnnotationChangeEvent An event that can be forwarded to anyAnnotationChangeListener
to signal a change to anAnnotation
.AnnotationChangeListener The interface that must be supported by classes that wish to receive notification of changes to anAnnotation
.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 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.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.