Uses of Class
org.jfree.chart.util.XYCoordinateType
Packages that use XYCoordinateType
Package
Description
A framework for adding annotations to charts.
Utility classes used by JFreeChart.
-
Uses of XYCoordinateType in org.jfree.chart.annotations
Fields in org.jfree.chart.annotations declared as XYCoordinateTypeModifier and TypeFieldDescriptionprivate XYCoordinateType
XYTitleAnnotation.coordinateType
The coordinate type.Methods in org.jfree.chart.annotations that return XYCoordinateTypeModifier and TypeMethodDescriptionXYTitleAnnotation.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 XYCoordinateTypeModifier and TypeFieldDescriptionstatic final XYCoordinateType
XYCoordinateType.DATA
The (x, y) coordinates represent a point in the data space.static final XYCoordinateType
XYCoordinateType.INDEX
The (x, y) coordinates represent indices in a dataset.static final XYCoordinateType
XYCoordinateType.RELATIVE
The (x, y) coordinates represent a relative position in the data space.