Uses of Interface
org.jfree.data.general.DatasetChangeListener
Package
Description
Plot classes and related interfaces.
Classes for creating dial plots.
Classes for creating flow plots (a type of Sankey chart).
Plug-in renderers for the
XYPlot
class.A package containing the
CategoryDataset
interface and related classes.Data interfaces and classes for Gantt charts.
Data interfaces and classes.
A package containing the
XYDataset
interface and related classes.-
Uses of DatasetChangeListener in org.jfree.chart.plot
Modifier and TypeClassDescriptionclass
A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.class
A combined category plot where the domain axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common domain axis.class
A combined category plot where the range axis is shared.class
An extension ofXYPlot
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 aValueDataset
.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 aCategoryDataset
.class
PiePlot<K extends Comparable<K>>
A plot that displays data in the form of a pie chart, using data from any class that implements thePieDataset
interface.class
Deprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).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 increases clockwise.class
A customised pie plot that leaves a hole in the middle.class
A plot that displays data from aCategoryDataset
in the form of a "spider web".class
A plot that displays a single value (from aValueDataset
) 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 of DatasetChangeListener in org.jfree.chart.plot.dial
-
Uses of DatasetChangeListener in org.jfree.chart.plot.flow
-
Uses of DatasetChangeListener in org.jfree.chart.renderer.xy
Modifier and TypeMethodDescriptionvoid
CyclicXYItemRenderer.OverwriteDataSet.addChangeListener
(DatasetChangeListener listener) Does nothing.void
CyclicXYItemRenderer.OverwriteDataSet.removeChangeListener
(DatasetChangeListener listener) Does nothing. -
Uses of DatasetChangeListener in org.jfree.data.category
Modifier and TypeClassDescriptionclass
APieDataset
implementation that obtains its data from one row or column of aCategoryDataset
. -
Uses of DatasetChangeListener in org.jfree.data.gantt
Modifier and TypeClassDescriptionclass
A dataset implementation that wraps aTaskSeriesCollection
and presents it as anIntervalXYDataset
, allowing a set of tasks to be displayed using anXYBarRenderer
(and usually aSymbolAxis
). -
Uses of DatasetChangeListener in org.jfree.data.general
Modifier and TypeMethodDescriptionvoid
AbstractDataset.addChangeListener
(DatasetChangeListener listener) Registers an object to receive notification of changes to the dataset.void
Dataset.addChangeListener
(DatasetChangeListener listener) Registers an object for notification of changes to the dataset.void
AbstractDataset.removeChangeListener
(DatasetChangeListener listener) Deregisters an object so that it no longer receives notification of changes to the dataset.void
Dataset.removeChangeListener
(DatasetChangeListener listener) Deregisters an object for notification of changes to the dataset. -
Uses of DatasetChangeListener in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
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 standardXYDataset
into anIntervalXYDataset
suitable for use in creating XY bar charts.class
A READ-ONLY wrapper around aTableXYDataset
to convert it to a table model for use in a JTable.