| Name | Description | Type | Package | Framework |
| AbstractDataset | An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners. | Class | org.jfree.data.general | JFreeChart |
|
| AbstractIntervalXYDataset | An base class that you can use to create new implementations of the IntervalXYDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| AbstractSeriesDataset | An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners. | Class | org.jfree.data.general | JFreeChart |
|
| AbstractXYDataset | An base class that you can use to create new implementations of the XYDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| AbstractXYZDataset | An base class that you can use to create new implementations of the XYZDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| BoxAndWhiskerCalculator | A utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values. | Class | org.jfree.data.statistics | JFreeChart |
|
| BoxAndWhiskerCategoryDataset | A category dataset that defines various medians, outliers and an average value for each item. | Interface | org.jfree.data.statistics | JFreeChart |
|
| BoxAndWhiskerItem | Represents one data item within a box-and-whisker dataset. | Class | org.jfree.data.statistics | JFreeChart |
|
| BoxAndWhiskerXYDataset | An interface that defines data in the form of (x, max, min, average, median) Example: JFreeChart uses this interface to obtain data for AIMS | Interface | org.jfree.data.statistics | JFreeChart |
|
| CategoryDataset | The interface for a dataset with one or more series, and values associated The categories are represented by Comparable instance, with the | Interface | org.jfree.data.category | JFreeChart |
|
| CategoryDatasetHandler | A SAX handler for reading a CategoryDataset from an XML file. | Class | org.jfree.data.xml | JFreeChart |
|
| CategoryRangeInfo | An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values. | Interface | org.jfree.data.category | JFreeChart |
|
| CategorySeriesHandler | A handler for reading a series for a category dataset. | Class | org.jfree.data.xml | JFreeChart |
|
| CategoryTableXYDataset | An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts). | Class | org.jfree.data.xy | JFreeChart |
|
| CategoryToPieDataset | A PieDataset implementation that obtains its data from one row or column of a CategoryDataset. | Class | org.jfree.data.category | JFreeChart |
|
| CombinationDataset | Interface that describes the new methods that any combined dataset needs to implement. | Interface | org.jfree.data.general | JFreeChart |
|
| CombinedDataset | This class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the series | Class | org.jfree.data.general | JFreeChart |
|
| ComparableObjectItem | Represents one (Comparable, Object) data item for use in a ComparableObjectSeries. | Class | org.jfree.data | JFreeChart |
|
| ComparableObjectSeries | A (possibly ordered) list of (Comparable, Object) data items. | Class | org.jfree.data | JFreeChart |
|
| ContourDataset | The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots. | Interface | org.jfree.data.contour | JFreeChart |
|
| CSV | A utility class for reading CategoryDataset data from a CSV file. | Class | org.jfree.data.io | JFreeChart |
|
| DataPackageResources | A resource bundle that stores all the items that might need localisation. | Class | org.jfree.data.resources | JFreeChart |
|
| DataPackageResources_de | A resource bundle that stores all the items that might need localisation. | Class | org.jfree.data.resources | JFreeChart |
|
| DataPackageResources_es | A resource bundle that stores all the items that might need localisation. | Class | org.jfree.data.resources | JFreeChart |
|
| DataPackageResources_fr | A resource bundle that stores all the items that might need localisation. | Class | org.jfree.data.resources | JFreeChart |
|
| DataPackageResources_pl | A resource bundle that stores all the items that might need localisation. | Class | org.jfree.data.resources | JFreeChart |
|
| DataPackageResources_ru | A resource bundle that stores all the items that might need localisation. | Class | org.jfree.data.resources | JFreeChart |
|
| Dataset | The base interface for data sets. | Interface | org.jfree.data.general | JFreeChart |
|
| DatasetChangeEvent | A change event that encapsulates information about a change to a dataset. | Class | org.jfree.data.general | JFreeChart |
|
| DatasetChangeListener | The interface that must be supported by classes that wish to receive notification of changes to a dataset. | Interface | org.jfree.data.general | JFreeChart |
|
| DatasetGroup | A class that is used to group datasets (currently not used for any specificSee Also:Serialized Form | Class | org.jfree.data.general | JFreeChart |
|
| DatasetReader | A utility class for reading datasets from XML. | Class | org.jfree.data.xml | JFreeChart |
|
| DatasetTags | Constants for the tags that identify the elements in the XML files. | Interface | org.jfree.data.xml | JFreeChart |
|
| DatasetUtilities | A collection of useful static methods relating to datasets. | Class | org.jfree.data.general | JFreeChart |
|
| DataUtilities | Utility methods for use with some of the data classes (but not the datasets, see DatasetUtilities). | Class | org.jfree.data | JFreeChart |
|
| DateRange | A range specified in terms of two java. | Class | org.jfree.data.time | JFreeChart |
|
| Day | Represents a single day in the range 1-Jan-1900 to 31-Dec-9999. | Class | org.jfree.data.time | JFreeChart |
|
| DefaultBoxAndWhiskerCategoryDataset | A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface. | Class | org.jfree.data.statistics | JFreeChart |
|
| DefaultBoxAndWhiskerXYDataset | A simple implementation of the BoxAndWhiskerXYDataset interface. | Class | org.jfree.data.statistics | JFreeChart |
|
| DefaultCategoryDataset | A default implementation of the CategoryDataset interface. | Class | org.jfree.data.category | JFreeChart |
|
| DefaultContourDataset | A convenience class that provides a default implementation of the ContourDataset interface. | Class | org.jfree.data.contour | JFreeChart |
|
| DefaultHeatMapDataset | A default implementation of the HeatMapDataset interface. | Class | org.jfree.data.general | JFreeChart |
|
| DefaultHighLowDataset | A simple implementation of the OHLCDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultIntervalCategoryDataset | A convenience class that provides a default implementation of the IntervalCategoryDataset interface. | Class | org.jfree.data.category | JFreeChart |
|
| DefaultIntervalXYDataset | A dataset that defines a range (interval) for both the x-values and the y-values. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultKeyedValue | A (key, value) pair. | Class | org.jfree.data | JFreeChart |
|
| DefaultKeyedValueDataset | A default implementation of the KeyedValueDataset interface. | Class | org.jfree.data.general | JFreeChart |
|
| DefaultKeyedValues | An ordered list of (key, value) items. | Class | org.jfree.data | JFreeChart |
|
| 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). | Class | org.jfree.data | JFreeChart |
|
| DefaultKeyedValues2DDataset | A default implementation of the KeyedValues2DDataset interface. | Class | org.jfree.data.general | JFreeChart |
|
| DefaultKeyedValuesDataset | A default implementation of the KeyedValuesDataset interface. | Class | org.jfree.data.general | JFreeChart |
|
| DefaultMultiValueCategoryDataset | A category dataset that defines multiple values for each item. | Class | org.jfree.data.statistics | JFreeChart |
|
| DefaultOHLCDataset | A simple implementation of the OHLCDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultPieDataset | A default implementation of the PieDataset interface. | Class | org.jfree.data.general | JFreeChart |
|
| DefaultStatisticalCategoryDataset | A convenience class that provides a default implementation of the StatisticalCategoryDataset interface. | Class | org.jfree.data.statistics | JFreeChart |
|
| DefaultTableXYDataset | An XYDataset where every series shares the same x-values (required for generating stacked area charts). | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultValueDataset | A dataset that stores a single value (that is possibly null). | Class | org.jfree.data.general | JFreeChart |
|
| DefaultWindDataset | A default implementation of the WindDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultXYDataset | A default implementation of the XYDataset interface that stores data values in arrays of double primitives. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultXYZDataset | A default implementation of the XYZDataset interface that stores data values in arrays of double primitives. | Class | org.jfree.data.xy | JFreeChart |
|
| DomainInfo | An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values. | Interface | org.jfree.data | JFreeChart |
|
| DomainOrder | Used to indicate sorting order if any (ascending, descending or none). | Class | org.jfree.data | JFreeChart |
|
| DynamicTimeSeriesCollection | Like FastTimeSeriesCollection, this class is a functional replacement for JFreeChart's TimeSeriesCollection _and_ TimeSeries classes. | Class | org.jfree.data.time | JFreeChart |
|
| FixedMillisecond | Wrapper for a java. | Class | org.jfree.data.time | JFreeChart |
|
| Function2D | A function of the form y = f(x). | Interface | org.jfree.data.function | JFreeChart |
|
| GanttCategoryDataset | An extension of the IntervalCategoryDataset interface that adds support for multiple sub-intervals. | Interface | org.jfree.data.gantt | JFreeChart |
|
| HeatMapDataset | A dataset that represents a rectangular grid of (x, y, z) values. | Interface | org.jfree.data.general | JFreeChart |
|
| HeatMapUtilities | A utility class for the HeatMapDataset. | Class | org.jfree.data.general | JFreeChart |
|
| HistogramBin | A bin for the HistogramDataset class. | Class | org.jfree.data.statistics | JFreeChart |
|
| HistogramDataset | A dataset that can be used for creating histograms. | Class | org.jfree.data.statistics | JFreeChart |
|
| HistogramType | A class for creating constants to represent the histogram type. | Class | org.jfree.data.statistics | JFreeChart |
|
| Hour | Represents an hour in a specific day. | Class | org.jfree.data.time | JFreeChart |
|
| IntervalCategoryDataset | A category dataset that defines a value range for each series/category java. | Interface | org.jfree.data.category | JFreeChart |
|
| IntervalXYDataset | An extension of the XYDataset interface that allows an x-interval and a y-interval to be defined. | Interface | org.jfree.data.xy | JFreeChart |
|
| IntervalXYDelegate | A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset. | Class | org.jfree.data.xy | JFreeChart |
|
| IntervalXYZDataset | An extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values. | Interface | org.jfree.data.xy | JFreeChart |
|
| ItemHandler | A handler for reading key-value items. | Class | org.jfree.data.xml | JFreeChart |
|
| JDBCCategoryDataset | A CategoryDataset implementation over a database JDBC result set. | Class | org.jfree.data.jdbc | JFreeChart |
|
| JDBCPieDataset | A PieDataset that reads data from a database via JDBC. | Class | org.jfree.data.jdbc | JFreeChart |
|
| JDBCXYDataset | This class provides an XYDataset implementation over a database JDBC result set. | Class | org.jfree.data.jdbc | JFreeChart |
|
| KeyedObject | A (key, object) pair. | Class | org.jfree.data | JFreeChart |
|
| KeyedObjects | A collection of (key, object) pairs. | Class | org.jfree.data | JFreeChart |
|
| 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). | Class | org.jfree.data | JFreeChart |
|
| KeyedValue | A (key, value) pair. | Interface | org.jfree.data | JFreeChart |
|
| KeyedValueComparator | A utility class that can compare and order two KeyedValue instances and sort them into ascending or descending order by key or by value. | Class | org.jfree.data | JFreeChart |
|
| KeyedValueComparatorType | Used to indicate the type of a KeyedValueComparator : 'by key' orSee Also:Serialized Form | Class | org.jfree.data | JFreeChart |
|
| KeyedValueDataset | A dataset containing a single value. | Interface | org.jfree.data.general | JFreeChart |
|
| KeyedValues | An ordered list of (key, value) items where the keys are unique andReturns the index for a given key. | Interface | org.jfree.data | JFreeChart |
|
| KeyedValues2D | An extension of the Values2D interface where a unique key is associated with the row and column indices. | Interface | org.jfree.data | JFreeChart |
|
| KeyedValues2DDataset | A dataset containing (key, value) data items. | Interface | org.jfree.data.general | JFreeChart |
|
| KeyedValuesDataset | A dataset containing (key, value) data items. | Interface | org.jfree.data.general | JFreeChart |
|
| KeyHandler | A SAX handler for reading a key. | Class | org.jfree.data.xml | JFreeChart |
|
| KeyToGroupMap | A class that maps keys (instances of Comparable) to groups. | Class | org.jfree.data | JFreeChart |
|
| LineFunction2D | A function in the form y = a + bx. | Class | org.jfree.data.function | JFreeChart |
|
| MatrixSeries | Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0). | Class | org.jfree.data.xy | JFreeChart |
|
| MatrixSeriesCollection | Represents a collection of MatrixSeries that can be used as aSee Also:MatrixSeries, | Class | org.jfree.data.xy | JFreeChart |
|
| MeanAndStandardDeviation | A simple data structure that holds a mean value and a standard deviation value. | Class | org.jfree.data.statistics | JFreeChart |
|
| Millisecond | Represents a millisecond. | Class | org.jfree.data.time | JFreeChart |
|
| Minute | Represents a minute. | Class | org.jfree.data.time | JFreeChart |
|
| Month | Represents a single month. | Class | org.jfree.data.time | JFreeChart |
|
| MovingAverage | A utility class for calculating moving averages of time series data. | Class | org.jfree.data.time | JFreeChart |
|
| MultiValueCategoryDataset | A category dataset that defines multiple values for each item. | Interface | org.jfree.data.statistics | JFreeChart |
|
| NonGridContourDataset | A convenience class that extends the DefaultContourDataset to accommodate non-grid data. | Class | org.jfree.data.contour | JFreeChart |
|
| NormalDistributionFunction2D | A normal distribution function. | Class | org.jfree.data.function | JFreeChart |
|
| NormalizedMatrixSeries | Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0). | Class | org.jfree.data.xy | JFreeChart |
|
| OHLC | A data record containing open-high-low-close data (immutable). | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| OHLCDataItem | Represents a single (open-high-low-close) data item in an DefaultOHLCDataset. | Class | org.jfree.data.xy | JFreeChart |
|
| OHLCDataset | An interface that defines data in the form of (x, high, low, open, close)Returns the y-value for the specified series and item. | Interface | org.jfree.data.xy | JFreeChart |
|
| OHLCItem | An item representing data in the form (time-period, open, high, low, Since:1. | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| OHLCSeries | A list of (RegularTimePeriod, open, high, low, close) data items. | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| OHLCSeriesCollection | A collection of OHLCSeries objects. | Class | org.jfree.data.time.ohlc | JFreeChart |
|
| PieDataset | A general purpose dataset where values are associated with keys. | Interface | org.jfree.data.general | JFreeChart |
|
| PieDatasetHandler | A SAX handler for reading a PieDataset from an XML file. | Class | org.jfree.data.xml | JFreeChart |
|
| PolynomialFunction2D | A function in the form y = a0 + a1 * x + a2 * x^2 + . | Class | org.jfree.data.function | JFreeChart |
|
| PowerFunction2D | A function of the form y = a * x ^ b. | Class | org.jfree.data.function | JFreeChart |
|
| Quarter | Defines a quarter (in a given year). | Class | org.jfree.data.time | JFreeChart |
|
| Range | Represents an immutable range of values. | Class | org.jfree.data | JFreeChart |
|
| RangeInfo | An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values. | Interface | org.jfree.data | JFreeChart |
|
| RangeType | Used to indicate the type of range to display on an axis (full, positive orSee Also:Serialized Form | Class | org.jfree.data | JFreeChart |
|
| Regression | A utility class for fitting regression curves to data. | Class | org.jfree.data.statistics | JFreeChart |
|
| RegularTimePeriod | An abstract class representing a unit of time. | Class | org.jfree.data.time | JFreeChart |
|
| RootHandler | A SAX handler that delegates work to sub-handlers. | Class | org.jfree.data.xml | JFreeChart |
|
| Second | Represents a second in a particular day. | Class | org.jfree.data.time | JFreeChart |
|
| Series | Base class representing a data series. | Class | org.jfree.data.general | JFreeChart |
|
| SeriesChangeEvent | An event with details of a change to a series. | Class | org.jfree.data.general | JFreeChart |
|
| SeriesChangeListener | Methods for receiving notification of changes to a data series. | Interface | org.jfree.data.general | JFreeChart |
|
| SeriesDataset | The interface for a dataset consisting of one or many series of data. | Interface | org.jfree.data.general | JFreeChart |
|
| SeriesException | A general purpose exception class for data series. | Class | org.jfree.data.general | JFreeChart |
|
| SimpleHistogramBin | A bin for the SimpleHistogramDataset. | Class | org.jfree.data.statistics | JFreeChart |
|
| SimpleHistogramDataset | A dataset used for creating simple histograms with custom defined bins. | Class | org.jfree.data.statistics | JFreeChart |
|
| SimpleTimePeriod | An arbitrary period of time, measured to millisecond precision using This class is intentionally immutable (that is, once constructed, you cannot | Class | org.jfree.data.time | JFreeChart |
|
| SlidingCategoryDataset | A CategoryDataset implementation that presents a subset of the categories in an underlying dataset. | Class | org.jfree.data.category | JFreeChart |
|
| SlidingGanttCategoryDataset | A GanttCategoryDataset implementation that presents a subset of the categories in an underlying dataset. | Class | org.jfree.data.gantt | JFreeChart |
|
| StatisticalCategoryDataset | A category dataset that defines a mean and standard deviation value for java. | Interface | org.jfree.data.statistics | JFreeChart |
|
| Statistics | A utility class that provides some common statistical functions. | Class | org.jfree.data.statistics | JFreeChart |
|
| SubSeriesDataset | This class will create a dataset with one or more series from anotherSee Also:Serialized Form | Class | org.jfree.data.general | JFreeChart |
|
| 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 | org.jfree.data.xy | JFreeChart |
|
| Task | A simple representation of a task. | Class | org.jfree.data.gantt | JFreeChart |
|
| TaskSeries | A series that contains zero, one or many Task objects. | Class | org.jfree.data.gantt | JFreeChart |
|
| TaskSeriesCollection | A collection of TaskSeries objects. | Class | org.jfree.data.gantt | JFreeChart |
|
| TimePeriod | A period of time measured to millisecond precision using two instances ofReturns the end date/time. | Interface | org.jfree.data.time | JFreeChart |
|
| TimePeriodAnchor | Used to indicate one of three positions in a time period: START, MIDDLE and END. | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodFormatException | An exception that indicates an invalid format in a string representing aSee Also:Serialized Form | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodValue | Represents a time period and an associated value. | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodValues | A structure containing zero, one or many TimePeriodValue instances. | Class | org.jfree.data.time | JFreeChart |
|
| TimePeriodValuesCollection | A collection of TimePeriodValues objects. | Class | org.jfree.data.time | JFreeChart |
|
| TimeSeries | Represents a sequence of zero or more data items in the form (period, value) where 'period' is some instance of a subclass of RegularTimePeriod. | Class | org.jfree.data.time | JFreeChart |
|
| TimeSeriesCollection | A collection of time series objects. | Class | org.jfree.data.time | JFreeChart |
|
| TimeSeriesDataItem | Represents one data item in a time series. | Class | org.jfree.data.time | JFreeChart |
|
| TimeSeriesTableModel | Wrapper around a time series to convert it to a table model for use inSee Also:Serialized Form | Class | org.jfree.data.time | JFreeChart |
|
| TimeTableXYDataset | A dataset for regular time periods that implements the TableXYDataset interface. | Class | org.jfree.data.time | JFreeChart |
|
| UnknownKeyException | An exception that indicates an unknown key value. | Class | org.jfree.data | JFreeChart |
|
| Value | A general purpose interface for accessing a value. | Interface | org.jfree.data | JFreeChart |
|
| ValueDataset | An interface for a dataset that returns a single value. | Interface | org.jfree.data.general | JFreeChart |
|
| ValueHandler | A handler for reading a 'Value' element. | Class | org.jfree.data.xml | JFreeChart |
|
| Values | An interface through which (single-dimension) data values can be accessed. | Interface | org.jfree.data | JFreeChart |
|
| Values2D | A general purpose interface that can be used to access a table of values. | Interface | org.jfree.data | JFreeChart |
|
| Vector | | Class | org.jfree.data.xy | JFreeChart |
|
| VectorDataItem | A data item representing data in the form (x, y, deltaX, deltaY), intended for use by the VectorSeries class. | Class | org.jfree.data.xy | JFreeChart |
|
| VectorSeries | A list of (x,y, deltaX, deltaY) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| VectorSeriesCollection | A collection of VectorSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| VectorXYDataset | An extension of the XYDataset interface that allows a vector to be defined at a specific (x, y) location. | Interface | org.jfree.data.xy | JFreeChart |
|
| WaferMapDataset | A dataset that can be used with the WaferMapPlotSee Also:Serialized Form | Class | org.jfree.data.general | JFreeChart |
|
| Week | A calendar week. | Class | org.jfree.data.time | JFreeChart |
|
| WindDataset | Interface for a dataset that supplies wind intensity and direction values observed at various points in time. | Interface | org.jfree.data.xy | JFreeChart |
|
| XIntervalDataItem | An item representing data in the form (x, x-low, x-high, y). | Class | org.jfree.data.xy | JFreeChart |
|
| XIntervalSeries | A list of (x, x-low, x-high, y) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| XIntervalSeriesCollection | A collection of XIntervalSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| XisSymbolic | Represent a data set where X is a symbolic values. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYBarDataset | A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts. | Class | org.jfree.data.xy | JFreeChart |
|
| XYCoordinate | Represents an (x, y) coordinate. | Class | org.jfree.data.xy | JFreeChart |
|
| XYDataItem | Represents one (x, y) data item for an XYSeries. | Class | org.jfree.data.xy | JFreeChart |
|
| XYDataset | An interface through which data in the form of (x, y) items can be accessed. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYDatasetTableModel | A READ-ONLY wrapper around a TableXYDataset to convert it to a table model for use in a JTable. | Class | org.jfree.data.xy | JFreeChart |
|
| XYDomainInfo | An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum x-values in the dataset. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYInterval | An xy-interval. | Class | org.jfree.data.xy | JFreeChart |
|
| XYIntervalDataItem | An item representing data in the form (x, x-low, x-high, y, y-low, y-high). | Class | org.jfree.data.xy | JFreeChart |
|
| XYIntervalSeries | A list of (x, x-low, x-high, y, y-low, y-high) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| XYIntervalSeriesCollection | A collection of XYIntervalSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| XYRangeInfo | An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYSeries | Represents a sequence of zero or more data items in the form (x, y). | Class | org.jfree.data.xy | JFreeChart |
|
| XYSeriesCollection | Represents a collection of XYSeries objects that can be used as aSee Also:Serialized Form | Class | org.jfree.data.xy | JFreeChart |
|
| XYTaskDataset | A dataset implementation that wraps a TaskSeriesCollection and presents it as an IntervalXYDataset, allowing a set of tasks to | Class | org.jfree.data.gantt | JFreeChart |
|
| XYZDataset | The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots. | Interface | org.jfree.data.xy | JFreeChart |
|
| Year | Represents a year in the range -9999 to 9999. | Class | org.jfree.data.time | JFreeChart |
|
| YInterval | A y-interval. | Class | org.jfree.data.xy | JFreeChart |
|
| YIntervalDataItem | An item representing data in the form (x, y, y-low, y-high). | Class | org.jfree.data.xy | JFreeChart |
|
| YIntervalSeries | A list of (x, y, y-low, y-high) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| YIntervalSeriesCollection | A collection of YIntervalSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| YisSymbolic | Represent a data set where Y is a symbolic values. | Interface | org.jfree.data.xy | JFreeChart |
|
| YWithXInterval | A y-value plus the bounds for the related x-interval. | Class | org.jfree.data.xy | JFreeChart |
|
| LogHistogramDataset | A HistogramDataset that returns the log of the count in each bin (plus one), so as to have a logarithmic plot. | Class | org.jfree.data.statistics | Fiji |