Package | Description |
---|---|
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
org.jfree.data |
The base package for classes that represent various types of data.
|
org.jfree.data.statistics |
Classes for representing statistical data.
|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Method and Description |
---|---|
DomainOrder |
CyclicXYItemRenderer.OverwriteDataSet.getDomainOrder()
Returns the order of the domain (X) values.
|
Modifier and Type | Field and Description |
---|---|
static DomainOrder |
DomainOrder.ASCENDING
Ascending order.
|
static DomainOrder |
DomainOrder.DESCENDING
Descending order.
|
static DomainOrder |
DomainOrder.NONE
No order.
|
Modifier and Type | Method and Description |
---|---|
DomainOrder |
SimpleHistogramDataset.getDomainOrder()
Returns the order of the domain (or X) values returned by the dataset.
|
Modifier and Type | Method and Description |
---|---|
DomainOrder |
TimeSeriesCollection.getDomainOrder()
Returns the order of the domain values in this dataset.
|
Modifier and Type | Method and Description |
---|---|
DomainOrder |
XYSeriesCollection.getDomainOrder()
Returns the order of the domain (X) values, if this is known.
|
DomainOrder |
XYDataset.getDomainOrder()
Returns the order of the domain (or X) values returned by the dataset.
|
DomainOrder |
DefaultXYZDataset.getDomainOrder()
Returns the order of the domain (x-) values in the dataset.
|
DomainOrder |
DefaultXYDataset.getDomainOrder()
Returns the order of the domain (x-) values in the dataset.
|
DomainOrder |
AbstractXYDataset.getDomainOrder()
Returns the order of the domain (X) values.
|