Uses of Interface
org.jfree.data.RangeInfo
Package
Description
Dataset classes that fetch data from a database via JDBC.
Classes for representing statistical data.
Interfaces and classes for time-related data.
A package containing the
XYDataset
interface and related classes.-
Uses of RangeInfo in org.jfree.data.jdbc
Modifier and TypeClassDescriptionclass
This class provides anXYDataset
implementation over a database JDBC result set. -
Uses of RangeInfo in org.jfree.data.statistics
Modifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDataset
interface.class
A simple implementation of theBoxAndWhiskerXYDataset
interface.class
A category dataset that defines multiple values for each item.class
A convenience class that provides a default implementation of theStatisticalCategoryDataset
interface. -
Uses of RangeInfo in org.jfree.data.time
-
Uses of RangeInfo in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
Represents a collection ofXYSeries
objects that can be used as a dataset.