Package org.jfree.chart.util
Class XYCoordinateType
java.lang.Object
org.jfree.chart.util.XYCoordinateType
- All Implemented Interfaces:
- Serializable
Represents several possible interpretations for an (x, y) coordinate.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final XYCoordinateTypeThe (x, y) coordinates represent a point in the data space.static final XYCoordinateTypeThe (x, y) coordinates represent indices in a dataset.static final XYCoordinateTypeThe (x, y) coordinates represent a relative position in the data space.
- 
Method Summary
- 
Field Details- 
DATAThe (x, y) coordinates represent a point in the data space.
- 
RELATIVEThe (x, y) coordinates represent a relative position in the data space. In this case, the values should be in the range (0.0 to 1.0).
- 
INDEXThe (x, y) coordinates represent indices in a dataset. In this case, the values should be in the range (0.0 to 1.0).
 
- 
- 
Method Details