Uses of Interface
org.jfree.data.DatasetChangeListener
| Package | Description |
|---|---|
| org.jfree.chart.demo | |
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of DatasetChangeListener in org.jfree.chart.demo
Methods in org.jfree.chart.demo with parameters of type DatasetChangeListener Modifier and Type Method Description voidSampleSignalDataset. addChangeListener(DatasetChangeListener listener)Registers an object to receive notification of changes to the dataset.voidSimpleIntervalXYDataset. addChangeListener(DatasetChangeListener listener)Registers an object for notification of changes to the dataset.voidSimpleIntervalXYDataset2. addChangeListener(DatasetChangeListener listener)Registers an object for notification of changes to the dataset.voidSampleSignalDataset. removeChangeListener(DatasetChangeListener listener)Deregisters an object so that it no longer receives notification of changes to the dataset.voidSimpleIntervalXYDataset. removeChangeListener(DatasetChangeListener listener)Deregisters an object for notification of changes to the dataset.voidSimpleIntervalXYDataset2. removeChangeListener(DatasetChangeListener listener)Deregisters an object for notification of changes to the dataset. -
Uses of DatasetChangeListener in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement DatasetChangeListener Modifier and Type Class Description classCategoryPlotA general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classCombinedDomainCategoryPlotA combined category plot where the domain axis is shared.classCombinedDomainXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classCombinedRangeCategoryPlotA combined category plot where the range axis is shared.classCombinedRangeXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common range axis.classCompassPlotA specialised plot that draws a compass to indicate a direction based on the value from aValueDataset.classContourPlotA class for creating shaded contours.classFastScatterPlotA fast scatter plot.classMeterPlotA plot that displays a single value in the context of several ranges ('normal', 'warning' and 'critical').classMultiplePiePlotA plot that displays multiple pie plots using data from aCategoryDataset.classPiePlotA plot that displays data in the form of a pie chart, using data from any class that implements thePieDatasetinterface.classPiePlot3DA plot that displays data in the form of a 3D pie chart, using data from any class that implements thePieDatasetinterface.classPlotThe base class for all plots in JFreeChart.classPolarPlotPlots data that is in (theta, radius) pairs where theta equal to zero is due north and and increases clockwise.classThermometerPlotA plot that displays a single value (from aValueDataset) in a thermometer type display.classWaferMapPlotA wafer map plot.classXYPlotA general class for plotting data in the form of (x, y) pairs. -
Uses of DatasetChangeListener in org.jfree.data
Classes in org.jfree.data that implement DatasetChangeListener Modifier and Type Class Description classCategoryToPieDatasetAPieDatasetimplementation that obtains its data from one row or column of aCategoryDataset.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYDatasetTableModelA READ-ONLY wrapper around anXYDatasetto convert it to a table model for use in a JTable.Methods in org.jfree.data with parameters of type DatasetChangeListener Modifier and Type Method Description voidAbstractDataset. addChangeListener(DatasetChangeListener listener)Registers an object to receive notification of changes to the dataset.voidDataset. addChangeListener(DatasetChangeListener listener)Registers an object for notification of changes to the dataset.voidAbstractDataset. removeChangeListener(DatasetChangeListener listener)Deregisters an object so that it no longer receives notification of changes to the dataset.voidDataset. removeChangeListener(DatasetChangeListener listener)Deregisters an object for notification of changes to the dataset.