| Interface | Description |
|---|---|
| ValueSegment<T extends java.lang.Comparable,V extends java.lang.Comparable> |
A ValueSegment represents a stable value within a segment of
Comparable values. |
| Class | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CalculationCategoryDataset |
An implementation of a CategoryDataset that is backed by a List<Calculation>
where each Calculation reports a numeric value.
|
||||||||||||||
| DefaultValueSegment<T extends java.lang.Comparable,V extends java.lang.Comparable> |
The default implementation of the
ValueSegment interface. |
||||||||||||||
| EventListCategoryDataset<R extends java.lang.Comparable,C extends java.lang.Comparable> |
This class helps adapt an EventList to the CategoryDataset
interface which is the necessary model for JFreeChart views such as
Bar Charts
Stacked Bar Charts
Area Charts
Stacked Area Charts
Line Charts
Waterfall Charts
| ||||||||||||||