Uses of Class
org.jfree.chart.event.ChartChangeEvent
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
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.
|
-
Uses of ChartChangeEvent in org.jfree.chart
Methods in org.jfree.chart with parameters of type ChartChangeEvent Modifier and Type Method Description void
ChartPanel. chartChanged(ChartChangeEvent event)
Receives notification of changes to the chart, and redraws the chart. -
Uses of ChartChangeEvent in org.jfree.chart.demo
Methods in org.jfree.chart.demo with parameters of type ChartChangeEvent Modifier and Type Method Description void
PanScrollZoomDemo. chartChanged(ChartChangeEvent event)
Handles aChartChangeEvent
. -
Uses of ChartChangeEvent in org.jfree.chart.event
Subclasses of ChartChangeEvent in org.jfree.chart.event Modifier and Type Class Description class
AxisChangeEvent
A change event that encapsulates information about a change to an axis.class
LegendChangeEvent
A change event that encapsulates information about a change to a chart legend.class
PlotChangeEvent
An event that can be forwarded to anyPlotChangeListener
to signal a change to a plot.class
RendererChangeEvent
An event that can be forwarded to anyRendererChangeListener
to signal a change to a plot.class
TitleChangeEvent
A change event that encapsulates information about a change to a chart title.Methods in org.jfree.chart.event with parameters of type ChartChangeEvent Modifier and Type Method Description void
ChartChangeListener. chartChanged(ChartChangeEvent event)
Receives notification of a chart change event.