Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
org.jfree.data.general |
Data interfaces and classes.
|
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Method and Description |
---|---|
void |
XYPlot.datasetChanged(DatasetChangeEvent event)
Receives notification of a change to the plot's dataset.
|
void |
ThermometerPlot.datasetChanged(DatasetChangeEvent event)
Checks to see if a new value means the axis range needs adjusting.
|
void |
PolarPlot.datasetChanged(DatasetChangeEvent event)
Receives notification of a change to the plot's m_Dataset.
|
void |
Plot.datasetChanged(DatasetChangeEvent event)
Receives notification of a change to the plot's dataset.
|
void |
ContourPlot.datasetChanged(DatasetChangeEvent event)
Deprecated.
Receives notification of a change to the plot's dataset.
|
void |
CategoryPlot.datasetChanged(DatasetChangeEvent event)
Receives notification of a change to the plot's dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryToPieDataset.datasetChanged(DatasetChangeEvent event)
Sends a
DatasetChangeEvent to all registered listeners, with
this (not the underlying) dataset as the source. |
Modifier and Type | Method and Description |
---|---|
void |
XYTaskDataset.datasetChanged(DatasetChangeEvent event)
Receives a change event from the underlying dataset and responds by
firing a change event for this dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetChangeListener.datasetChanged(DatasetChangeEvent event)
Receives notification of an dataset change event.
|
protected void |
AbstractDataset.notifyListeners(DatasetChangeEvent event)
Notifies all registered listeners that the dataset has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
XYDatasetTableModel.datasetChanged(DatasetChangeEvent event)
Receives notification that the underlying dataset has changed.
|
void |
XYBarDataset.datasetChanged(DatasetChangeEvent event)
Receives notification of an dataset change event.
|
void |
IntervalXYDelegate.datasetChanged(DatasetChangeEvent e)
Handles events from the dataset by recalculating the interval if
necessary.
|