Uses of Interface
org.jfree.data.SeriesChangeListener
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics | |
| org.jfree.chart.demo | |
| org.jfree.data |
Data interfaces and classes.
|
| org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of SeriesChangeListener in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics that implement SeriesChangeListener Modifier and Type Class Description classMyXML_XYDataset -
Uses of SeriesChangeListener in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement SeriesChangeListener Modifier and Type Class Description classEmptyXYDatasetAn empty dataset for testing purposes.classSampleSignalDatasetA sample signal dataset.classSampleXYDatasetA dummy dataset for an XY plot.classSampleXYDataset2Random data for a scatter plot demo.classSampleXYSymbolicDatasetRandom data for a symbolic plot demo.classSampleXYZDatasetA quick-and-dirty implementation of theinterface.classSampleYSymbolicDatasetA dataset implementation that provides random data for a symbolic plot demo.classSimpleIntervalXYDatasetA quick and dirty sample dataset.classSimpleIntervalXYDataset2A quick and dirty sample dataset. -
Uses of SeriesChangeListener in org.jfree.data
Classes in org.jfree.data that implement SeriesChangeListener Modifier and Type Class Description classAbstractIntervalXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.classAbstractSeriesDatasetAn abstract implementation of theSeriesDatasetinterface, containing a mechanism for registering change listeners.classAbstractXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.classAbstractXYZDatasetAn base class that you can use to create new implementations of theXYZDatasetinterface.classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classDefaultContourDatasetA convenience class that provides a default implementation of theContourDatasetinterface.classDefaultHighLowDatasetA simple implementation of theHighLowDataset.classDefaultIntervalCategoryDatasetA convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classJDBCXYDatasetThis class provides anXYDatasetimplementation over a database JDBC result set.classMatrixSeriesCollectionRepresents a collection ofMatrixSeriesthat can be used as a dataset.classNonGridContourDatasetA convenience class that extends theDefaultContourDatasetto acommadate non-grid data.classOHLCDatasetA simple implementation of theHighLowDatasetinterface.classSubSeriesDatasetThis class will create a dataset with one or more series from anotherSeriesDataset.classTimeSeriesTableModelWrapper around a time series to convert it to a table model for use in a JTable.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset.Methods in org.jfree.data with parameters of type SeriesChangeListener Modifier and Type Method Description voidSeries. addChangeListener(SeriesChangeListener listener)Registers an object with this series, to receive notification whenever the series changes.voidSeries. removeChangeListener(SeriesChangeListener listener)Deregisters an object, so that it not longer receives notification whenever the series changes. -
Uses of SeriesChangeListener in org.jfree.data.gantt
Classes in org.jfree.data.gantt that implement SeriesChangeListener Modifier and Type Class Description classTaskSeriesCollectionA collection ofTaskSeriesobjects. -
Uses of SeriesChangeListener in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement SeriesChangeListener Modifier and Type Class Description classDefaultBoxAndWhiskerXYDatasetA simple implementation of theBoxAndWhiskerXYDataset.classHistogramDatasetA dataset that can be used for creating histograms. -
Uses of SeriesChangeListener in org.jfree.data.time
Classes in org.jfree.data.time that implement SeriesChangeListener Modifier and Type Class Description classDynamicTimeSeriesCollectionA dynamic dataset.classTimePeriodValuesCollectionA collection ofTimePeriodValuesobjects.classTimeSeriesCollectionA collection of time series objects.classTimeTableXYDatasetA dataset for regular time periods that implements the TableXYDataset interface.