public final class DatasetRenderingOrder extends Object implements Serializable
CategoryPlot or an
XYPlot.| Modifier and Type | Field and Description |
|---|---|
static DatasetRenderingOrder |
FORWARD
Render datasets in the order 0, 1, 2, ..., N-1, where N is the number
of datasets.
|
static DatasetRenderingOrder |
REVERSE
Render datasets in the order N-1, N-2, ..., 2, 1, 0, where N is the
number of datasets.
|
public static final DatasetRenderingOrder FORWARD
public static final DatasetRenderingOrder REVERSE
Copyright © 2001-2014 JFree.org. All Rights Reserved.