Uses of Package
org.jfree.data
-
Packages that use org.jfree.data Package Description org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.block Blocks and layout classes used extensively by theLegendTitle
class.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlot
andXYPlot
classes.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class.org.jfree.chart.title Classes used to display chart titles and subtitles.org.jfree.data The base package for classes that represent various types of data.org.jfree.data.category A package containing theCategoryDataset
interface and related classes.org.jfree.data.gantt Data interfaces and classes for Gantt charts.org.jfree.data.general Data interfaces and classes.org.jfree.data.jdbc Dataset classes that fetch data from a database via JDBC.org.jfree.data.json Utilities for reading/writing data to/from JSON format.org.jfree.data.statistics Classes for representing statistical data.org.jfree.data.time Interfaces and classes for time-related data.org.jfree.data.time.ohlc Classes for representing financial data in open-high-low-close form.org.jfree.data.xml Support for reading datasets from XML files.org.jfree.data.xy A package containing theXYDataset
interface and related classes. -
Classes in org.jfree.data used by org.jfree.chart.annotations Class Description Range Represents an immutable range of values. -
Classes in org.jfree.data used by org.jfree.chart.axis Class Description Range Represents an immutable range of values.RangeType Used to indicate the type of range to display on an axis (full, positive or negative). -
Classes in org.jfree.data used by org.jfree.chart.block Class Description Range Represents an immutable range of values. -
Classes in org.jfree.data used by org.jfree.chart.plot Class Description KeyedValues An ordered list of (key, value) items where the keys are unique and non-null
.Range Represents an immutable range of values. -
Classes in org.jfree.data used by org.jfree.chart.renderer Class Description ItemKey A key that references a single data item in a dataset. -
Classes in org.jfree.data used by org.jfree.chart.renderer.category Class Description KeyToGroupMap A class that maps keys (instances ofComparable
) to groups.Range Represents an immutable range of values. -
Classes in org.jfree.data used by org.jfree.chart.renderer.xy Class Description DomainOrder Used to indicate sorting order if any (ascending, descending or none).Range Represents an immutable range of values. -
Classes in org.jfree.data used by org.jfree.chart.title Class Description Range Represents an immutable range of values. -
Classes in org.jfree.data used by org.jfree.data Class Description ComparableObjectItem Represents one (Comparable, Object) data item for use in aComparableObjectSeries
.DomainOrder Used to indicate sorting order if any (ascending, descending or none).ItemKey A key that references a single data item in a dataset.KeyedValue A (key, value) pair.KeyedValueComparatorType Used to indicate the type of aKeyedValueComparator
: 'by key' or 'by value'.KeyedValues An ordered list of (key, value) items where the keys are unique and non-null
.KeyedValues2D An extension of theValues2D
interface where a unique key is associated with the row and column indices.KeyedValues2DItemKey An object that references one data item in aKeyedValues2D
data structure.Range Represents an immutable range of values.RangeType Used to indicate the type of range to display on an axis (full, positive or negative).Value A general purpose interface for accessing a value.Values An interface through which (single-dimension) data values can be accessed.Values2D A general purpose interface that can be used to access a table of values. -
Classes in org.jfree.data used by org.jfree.data.category Class Description DefaultKeyedValues2D A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).KeyedValues An ordered list of (key, value) items where the keys are unique and non-null
.KeyedValues2D An extension of theValues2D
interface where a unique key is associated with the row and column indices.Range Represents an immutable range of values.Values An interface through which (single-dimension) data values can be accessed.Values2D A general purpose interface that can be used to access a table of values. -
Classes in org.jfree.data used by org.jfree.data.gantt Class Description KeyedValues2D An extension of theValues2D
interface where a unique key is associated with the row and column indices.Values2D A general purpose interface that can be used to access a table of values. -
Classes in org.jfree.data used by org.jfree.data.general Class Description DefaultKeyedValues An ordered list of (key, value) items.DefaultKeyedValues2D A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).KeyedValue A (key, value) pair.KeyedValues An ordered list of (key, value) items where the keys are unique and non-null
.KeyedValues2D An extension of theValues2D
interface where a unique key is associated with the row and column indices.KeyToGroupMap A class that maps keys (instances ofComparable
) to groups.Range Represents an immutable range of values.Value A general purpose interface for accessing a value.Values An interface through which (single-dimension) data values can be accessed.Values2D A general purpose interface that can be used to access a table of values. -
Classes in org.jfree.data used by org.jfree.data.jdbc Class Description KeyedValues An ordered list of (key, value) items where the keys are unique and non-null
.KeyedValues2D An extension of theValues2D
interface where a unique key is associated with the row and column indices.Range Represents an immutable range of values.RangeInfo An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.Values An interface through which (single-dimension) data values can be accessed.Values2D A general purpose interface that can be used to access a table of values. -
Classes in org.jfree.data used by org.jfree.data.json Class Description KeyedValues An ordered list of (key, value) items where the keys are unique and non-null
.KeyedValues2D An extension of theValues2D
interface where a unique key is associated with the row and column indices. -
Classes in org.jfree.data used by org.jfree.data.statistics Class Description DomainOrder Used to indicate sorting order if any (ascending, descending or none).KeyedObjects2D A data structure that stores zero, one or many objects, where each object is associated with two keys (a 'row' key and a 'column' key).KeyedValues2D An extension of theValues2D
interface where a unique key is associated with the row and column indices.Range Represents an immutable range of values.RangeInfo An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.Values2D A general purpose interface that can be used to access a table of values. -
Classes in org.jfree.data used by org.jfree.data.time Class Description DefaultKeyedValues2D A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).DomainInfo An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.DomainOrder Used to indicate sorting order if any (ascending, descending or none).Range Represents an immutable range of values.RangeInfo An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values. -
Classes in org.jfree.data used by org.jfree.data.time.ohlc Class Description ComparableObjectItem Represents one (Comparable, Object) data item for use in aComparableObjectSeries
.ComparableObjectSeries A (possibly ordered) list of (Comparable, Object) data items. -
Classes in org.jfree.data used by org.jfree.data.xml Class Description DefaultKeyedValues An ordered list of (key, value) items. -
Classes in org.jfree.data used by org.jfree.data.xy Class Description ComparableObjectItem Represents one (Comparable, Object) data item for use in aComparableObjectSeries
.ComparableObjectSeries A (possibly ordered) list of (Comparable, Object) data items.DefaultKeyedValues2D A data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).DomainInfo An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.DomainOrder Used to indicate sorting order if any (ascending, descending or none).ItemKey A key that references a single data item in a dataset.Range Represents an immutable range of values.RangeInfo An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.