Uses of Interface org.jfree.data.general.DatasetChangeListener

Uses in package org.jfree.data.category

Classes implementing org.jfree.data.general.DatasetChangeListener

class
A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.

Uses in package org.jfree.chart.plot

Classes implementing org.jfree.data.general.DatasetChangeListener

class
A general plotting class that uses data from a CategoryDataset and renders each data item using a CategoryItemRenderer.
class
A combined category plot where the domain axis is shared.
class
An extension of XYPlot that contains multiple subplots that share a common domain axis.
class
A combined category plot where the range axis is shared.
class
An extension of XYPlot that contains multiple subplots that share a common range axis.
class
A specialised plot that draws a compass to indicate a direction based on the value from a ValueDataset.
class
A class for creating shaded contours.
class
A fast scatter plot.
class
A plot that displays a single value in the form of a needle on a dial.
class
A plot that displays multiple pie plots using data from a CategoryDataset.
class
A plot that displays data in the form of a pie chart, using data from any class that implements the PieDataset interface.
class
A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface.
class
The base class for all plots in JFreeChart.
class
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and and increases clockwise.
class
A customised pie plot that leaves a hole in the middle.
class
A plot that displays data from a CategoryDataset in the form of a "spider web".
class
A plot that displays a single value (from a ValueDataset) in a thermometer type display.
class
A wafer map plot.
class
A general class for plotting data in the form of (x, y) pairs.

Uses in package org.jfree.data.xy

Classes implementing org.jfree.data.general.DatasetChangeListener

class
A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.
class
A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
class
A READ-ONLY wrapper around a TableXYDataset to convert it to a table model for use in a JTable.

Uses in package org.jfree.chart.renderer.xy

Methods with parameter type org.jfree.data.general.DatasetChangeListener

void
Does nothing.
void
Does nothing.

Uses in package org.jfree.data.general

Methods with parameter type org.jfree.data.general.DatasetChangeListener

void
Registers an object to receive notification of changes to the dataset.
void
Registers an object for notification of changes to the dataset.
void
Deregisters an object so that it no longer receives notification of changes to the dataset.
void
Deregisters an object for notification of changes to the dataset.