Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartPanel.chartProgress(ChartProgressEvent event)
Receives notification of a chart progress event.
|
protected void |
JFreeChart.notifyListeners(ChartProgressEvent event)
Sends a
ChartProgressEvent to all registered listeners. |
Modifier and Type | Method and Description |
---|---|
void |
ChartProgressListener.chartProgress(ChartProgressEvent event)
Receives notification of a chart progress event.
|