Uses of Class
org.jfree.chart.util.XYCoordinateType
-
Packages that use XYCoordinateType Package Description org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.util Utility classes used by JFreeChart. -
-
Uses of XYCoordinateType in org.jfree.chart.annotations
Fields in org.jfree.chart.annotations declared as XYCoordinateType Modifier and Type Field Description private XYCoordinateType
XYTitleAnnotation. coordinateType
The coordinate type.Methods in org.jfree.chart.annotations that return XYCoordinateType Modifier and Type Method Description XYCoordinateType
XYTitleAnnotation. getCoordinateType()
Returns the coordinate type (set in the constructor). -
Uses of XYCoordinateType in org.jfree.chart.util
Fields in org.jfree.chart.util declared as XYCoordinateType Modifier and Type Field Description static XYCoordinateType
XYCoordinateType. DATA
The (x, y) coordinates represent a point in the data space.static XYCoordinateType
XYCoordinateType. INDEX
The (x, y) coordinates represent indices in a dataset.static XYCoordinateType
XYCoordinateType. RELATIVE
The (x, y) coordinates represent a relative position in the data space.
-