public final class XYCoordinateType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static XYCoordinateType |
DATA
The (x, y) coordinates represent a point in the data space.
|
static XYCoordinateType |
INDEX
The (x, y) coordinates represent indices in a dataset.
|
static XYCoordinateType |
RELATIVE
The (x, y) coordinates represent a relative position in the data space.
|
public static final XYCoordinateType DATA
public static final XYCoordinateType RELATIVE
public static final XYCoordinateType INDEX
public String toString()
Copyright © 2001-2014 JFree.org. All Rights Reserved.