Uses of Class
org.jfree.data.DatasetChangeEvent
| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of DatasetChangeEvent in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type DatasetChangeEvent Modifier and Type Method Description voidCategoryPlot. datasetChanged(DatasetChangeEvent event)Receives notification of a change to the plot's dataset.voidContourPlot. datasetChanged(DatasetChangeEvent event)Receives notification of a change to the plot's dataset.voidPlot. datasetChanged(DatasetChangeEvent event)Receives notification of a change to the plot's dataset.voidPolarPlot. datasetChanged(DatasetChangeEvent event)Receives notification of a change to the plot's m_Dataset.voidThermometerPlot. datasetChanged(DatasetChangeEvent event)Checks to see if a new value means the axis range needs adjusting.voidXYPlot. datasetChanged(DatasetChangeEvent event)Receives notification of a change to the plot's dataset. -
Uses of DatasetChangeEvent in org.jfree.data
Methods in org.jfree.data with parameters of type DatasetChangeEvent Modifier and Type Method Description voidCategoryToPieDataset. datasetChanged(DatasetChangeEvent event)Passes theDatasetChangeEventthrough.voidDatasetChangeListener. datasetChanged(DatasetChangeEvent event)Receives notification of an dataset change event.voidXYBarDataset. datasetChanged(DatasetChangeEvent event)Receives notification of an dataset change event.voidXYDatasetTableModel. datasetChanged(DatasetChangeEvent datasetChangeEvent)Notify listeners that the underlying dataset has changed.