Uses of Interface
org.jfree.data.Dataset
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics | |
org | |
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 Dataset 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 Dataset Modifier and Type Class Description class
MyXML_XYDataset
-
Uses of Dataset in org
Classes in org that implement Dataset Modifier and Type Class Description class
BioStatisticalCategoryDataset
-
Uses of Dataset in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement Dataset Modifier and Type Class Description class
EmptyXYDataset
An empty dataset for testing purposes.class
SampleSignalDataset
A sample signal dataset.class
SampleXYDataset
A dummy dataset for an XY plot.class
SampleXYDataset2
Random data for a scatter plot demo.class
SampleXYSymbolicDataset
Random data for a symbolic plot demo.class
SampleXYZDataset
A quick-and-dirty implementation of theinterface
.class
SampleYSymbolicDataset
A dataset implementation that provides random data for a symbolic plot demo.class
SimpleIntervalXYDataset
A quick and dirty sample dataset.class
SimpleIntervalXYDataset2
A quick and dirty sample dataset. -
Uses of Dataset in org.jfree.data
Subinterfaces of Dataset in org.jfree.data Modifier and Type Interface Description interface
CategoryDataset
The interface for a dataset with one or more series, and values associated with categories.interface
ContourDataset
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.interface
HighLowDataset
An interface that defines data in the form of (x, high, low, open, close) tuples.interface
IntervalCategoryDataset
A category dataset that defines a value range for each series/category combination.interface
IntervalXYDataset
An extension of theXYDataset
interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.interface
IntervalXYZDataset
An extension of theXYZDataset
interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.interface
KeyedValueDataset
A dataset containing a single value.interface
KeyedValues2DDataset
A dataset containing (key, value) data items.interface
KeyedValuesDataset
A dataset containing (key, value) data items.interface
MeterDataset
Deprecated.Use ValueDataset instead, this interface mixes data and presentation items.interface
PieDataset
A general purpose dataset where values are associated with keys.interface
SeriesDataset
The interface for a dataset consisting of one or many series of data.interface
SignalsDataset
An interface that adds signal information to anXYDataset
.interface
TableXYDataset
A dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.interface
ValueDataset
An interface for a dataset that returns a single value.interface
WindDataset
Interface for a dataset that supplies wind intensity and direction values observed at various points in time.interface
XYDataset
An interface through which data in the form of (x, y) items can be accessed.interface
XYZDataset
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.Classes in org.jfree.data that implement Dataset Modifier and Type Class Description class
AbstractDataset
An abstract implementation of theDataset
interface, containing a mechanism for registering change listeners.class
AbstractIntervalXYDataset
An base class that you can use to create new implementations of theXYDataset
interface.class
AbstractSeriesDataset
An abstract implementation of theSeriesDataset
interface, containing a mechanism for registering change listeners.class
AbstractXYDataset
An base class that you can use to create new implementations of theXYDataset
interface.class
AbstractXYZDataset
An base class that you can use to create new implementations of theXYZDataset
interface.class
CategoryTableXYDataset
An implementation variant of theTableXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
CategoryToPieDataset
APieDataset
implementation that obtains its data from one row or column of aCategoryDataset
.class
CombinedDataset
This class can combine instances ofXYDataset
,HighLowDataset
andIntervalXYDataset
together exposing the union of all the series under one dataset.class
DefaultCategoryDataset
A default implementation of theCategoryDataset
interface.class
DefaultContourDataset
A convenience class that provides a default implementation of theContourDataset
interface.class
DefaultHighLowDataset
A simple implementation of theHighLowDataset
.class
DefaultIntervalCategoryDataset
A convenience class that provides a default implementation of theIntervalCategoryDataset
interface.class
DefaultKeyedValueDataset
A default implementation of theKeyedValueDataset
interface.class
DefaultKeyedValues2DDataset
A default implementation of theKeyedValues2DDataset
interface.class
DefaultKeyedValuesDataset
A default implementation of theKeyedValuesDataset
interface.class
DefaultMeterDataset
Deprecated.Use ValueDataset instead, this interface mixes data and presentation items.class
DefaultPieDataset
A default implementation of thePieDataset
interface.class
DefaultTableXYDataset
AnXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
DefaultValueDataset
A default implementation of theValueDataset
interface.class
DefaultWindDataset
A default implementation of theWindDataset
interface.class
JDBCCategoryDataset
ACategoryDataset
implementation over a database JDBC result set.class
JDBCPieDataset
APieDataset
that reads data from a database via JDBC.class
JDBCXYDataset
This class provides anXYDataset
implementation over a database JDBC result set.class
MatrixSeriesCollection
Represents a collection ofMatrixSeries
that can be used as a dataset.class
NonGridContourDataset
A convenience class that extends theDefaultContourDataset
to acommadate non-grid data.class
OHLCDataset
A simple implementation of theHighLowDataset
interface.class
SubSeriesDataset
This class will create a dataset with one or more series from anotherSeriesDataset
.class
WaferMapDataset
A dataset that can be used with theWaferMapPlot
class.class
XYBarDataset
A dataset wrapper class that converts a standardXYDataset
into anIntervalXYDataset
suitable for use in creating XY bar charts.class
XYSeriesCollection
Represents a collection ofXYSeries
objects that can be used as a dataset.Methods in org.jfree.data that return Dataset Modifier and Type Method Description Dataset
DatasetChangeEvent. getDataset()
Returns the dataset that generated the event.Methods in org.jfree.data with parameters of type Dataset Modifier and Type Method Description int
CombinedDataset. getChildPosition(Dataset child)
Returns the child position.static Range
DatasetUtilities. getDomainExtent(Dataset dataset)
Returns the range of values in the domain for the dataset.static Number
DatasetUtilities. getMaximumDomainValue(Dataset data)
Returns the maximum domain value for the specified dataset.static Number
DatasetUtilities. getMaximumRangeValue(Dataset data)
Returns the maximum range value for the specified dataset.static Number
DatasetUtilities. getMinimumDomainValue(Dataset data)
Returns the minimum domain value for the specified dataset.static Number
DatasetUtilities. getMinimumRangeValue(Dataset data)
Returns the minimum range value for the specified dataset.static Range
DatasetUtilities. getRangeExtent(Dataset data)
Returns the range of values in the range for the dataset.Constructors in org.jfree.data with parameters of type Dataset Constructor Description DatasetChangeEvent(Object source, Dataset data)
Constructs a new event. -
Uses of Dataset in org.jfree.data.gantt
Subinterfaces of Dataset in org.jfree.data.gantt Modifier and Type Interface Description interface
GanttCategoryDataset
An extension of theIntervalCategoryDataset
interface that adds support for multiple sub-intervals.Classes in org.jfree.data.gantt that implement Dataset Modifier and Type Class Description class
TaskSeriesCollection
A collection ofTaskSeries
objects. -
Uses of Dataset in org.jfree.data.statistics
Subinterfaces of Dataset in org.jfree.data.statistics Modifier and Type Interface Description interface
BoxAndWhiskerCategoryDataset
A category dataset that defines various medians, outliers and an average value for each item.interface
BoxAndWhiskerXYDataset
An interface that defines data in the form of (x, max, min, average, median) tuples.interface
StatisticalCategoryDataset
A category dataset that defines a median and standard deviation value for each item.Classes in org.jfree.data.statistics that implement Dataset Modifier and Type Class Description class
DefaultBoxAndWhiskerCategoryDataset
A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDataset
interface.class
DefaultBoxAndWhiskerXYDataset
A simple implementation of theBoxAndWhiskerXYDataset
.class
DefaultStatisticalCategoryDataset
A convenience class that provides a default implementation of theStatisticalCategoryDataset
interface.class
HistogramDataset
A dataset that can be used for creating histograms. -
Uses of Dataset in org.jfree.data.time
Classes in org.jfree.data.time that implement Dataset Modifier and Type Class Description class
DynamicTimeSeriesCollection
A dynamic dataset.class
TimePeriodValuesCollection
A collection ofTimePeriodValues
objects.class
TimeSeriesCollection
A collection of time series objects.class
TimeTableXYDataset
A dataset for regular time periods that implements the TableXYDataset interface.