Uses of Class
org.jfree.data.general.Series
Package
Description
The base package for classes that represent various types of data.
Data interfaces and classes for Gantt charts.
Interfaces and classes for time-related data.
Classes for representing financial data in open-high-low-close form.
A package containing the
XYDataset
interface and related classes.-
Uses of Series in org.jfree.data
Modifier and TypeClassDescriptionclass
A (possibly ordered) list of (Comparable, Object) data items. -
Uses of Series in org.jfree.data.gantt
-
Uses of Series in org.jfree.data.time
Modifier and TypeClassDescriptionclass
A structure containing zero, one or manyTimePeriodValue
instances.class
Represents a sequence of zero or more data items in the form (period, value) where 'period' is some instance of a subclass ofRegularTimePeriod
. -
Uses of Series in org.jfree.data.time.ohlc
Modifier and TypeClassDescriptionclass
A list of (RegularTimePeriod
, open, high, low, close) data items. -
Uses of Series in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).class
Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).class
A list of (x,y, deltaX, deltaY) data items.class
A list of (x, x-low, x-high, y) data items.class
A list of (x, x-low, x-high, y, y-low, y-high) data items.class
Represents a sequence of zero or more data items in the form (x, y).class
A list of (x, y, y-low, y-high) data items.