|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartChangeEvent | |
com.jrefinery.chart | The main classes in the JFreeChart class library. |
com.jrefinery.chart.event | The event classes in the JFreeChart class library. |
Uses of ChartChangeEvent in com.jrefinery.chart |
Methods in com.jrefinery.chart with parameters of type ChartChangeEvent | |
protected void |
JFreeChart.notifyListeners(ChartChangeEvent event)
Sends a ChartChangeEvent to all registered listeners. |
void |
ChartPanel.chartChanged(ChartChangeEvent event)
Receives notification of changes to the chart, and redraws the chart. |
Uses of ChartChangeEvent in com.jrefinery.chart.event |
Subclasses of ChartChangeEvent in com.jrefinery.chart.event | |
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
A change event that encapsulates information about a change to a plot. |
class |
TitleChangeEvent
A change event that encapsulates information about a change to a chart title. |
Methods in com.jrefinery.chart.event with parameters of type ChartChangeEvent | |
void |
ChartChangeListener.chartChanged(ChartChangeEvent event)
Receives notification of a chart change event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |