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

Uses in package org.jfree.data.time.ohlc

Classes implementing org.jfree.data.general.SeriesChangeListener

class
A collection of OHLCSeries objects.

Uses in package org.jfree.data.xy

Classes implementing org.jfree.data.general.SeriesChangeListener

class
An base class that you can use to create new implementations of the IntervalXYDataset interface.
class
An base class that you can use to create new implementations of the XYDataset interface.
class
An base class that you can use to create new implementations of the XYZDataset interface.
class
An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
class
A simple implementation of the OHLCDataset interface.
class
A dataset that defines a range (interval) for both the x-values and the y-values.
class
A simple implementation of the OHLCDataset interface.
class
An XYDataset where every series shares the same x-values (required for generating stacked area charts).
class
A default implementation of the WindDataset interface.
class
A default implementation of the XYDataset interface that stores data values in arrays of double primitives.
class
A default implementation of the XYZDataset interface that stores data values in arrays of double primitives.
class
Represents a collection of MatrixSeries that can be used as a dataset.
class
A collection of XIntervalSeries objects.
class
A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
class
A collection of XYIntervalSeries objects.
class
Represents a collection of XYSeries objects that can be used as a dataset.
class
A collection of YIntervalSeries objects.

Uses in package org.jfree.data.general

Classes implementing org.jfree.data.general.SeriesChangeListener

class
An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
class
This class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the series under one dataset.
class
This class will create a dataset with one or more series from another SeriesDataset.

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

void
Registers an object with this series, to receive notification whenever the series changes.
void
Deregisters an object, so that it not longer receives notification whenever the series changes.

Uses in package org.jfree.data.time

Classes implementing org.jfree.data.general.SeriesChangeListener

class
A dynamic dataset.
class
A collection of TimePeriodValues objects.
class
A collection of time series objects.
class
Wrapper around a time series to convert it to a table model for use in a JTable.
class
A dataset for regular time periods that implements the TableXYDataset interface.

Uses in package org.jfree.data.contour

Classes implementing org.jfree.data.general.SeriesChangeListener

class
A convenience class that provides a default implementation of the ContourDataset interface.
class
A convenience class that extends the DefaultContourDataset to accommodate non-grid data.

Uses in package org.jfree.data.category

Classes implementing org.jfree.data.general.SeriesChangeListener

class
A convenience class that provides a default implementation of the IntervalCategoryDataset interface.

Uses in package org.jfree.data.jdbc

Classes implementing org.jfree.data.general.SeriesChangeListener

class
This class provides an XYDataset implementation over a database JDBC result set.

Uses in package org.jfree.data.gantt

Classes implementing org.jfree.data.general.SeriesChangeListener

class
A collection of TaskSeries objects.

Uses in package org.jfree.data.statistics

Classes implementing org.jfree.data.general.SeriesChangeListener

class
A simple implementation of the BoxAndWhiskerXYDataset.
class
A dataset that can be used for creating histograms.
class
A dataset used for creating simple histograms with custom defined bins.