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 voidChartPanel. 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 voidPanScrollZoomDemo. 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 classAxisChangeEventA change event that encapsulates information about a change to an axis.classLegendChangeEventA change event that encapsulates information about a change to a chart legend.classPlotChangeEventAn event that can be forwarded to anyPlotChangeListenerto signal a change to a plot.classRendererChangeEventAn event that can be forwarded to anyRendererChangeListenerto signal a change to a plot.classTitleChangeEventA 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 voidChartChangeListener. chartChanged(ChartChangeEvent event)Receives notification of a chart change event.