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 XYCoordinateTypeXYTitleAnnotation.coordinateTypeThe 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 XYCoordinateTypeXYCoordinateType.DATAThe (x, y) coordinates represent a point in the data space.static final XYCoordinateTypeXYCoordinateType.INDEXThe (x, y) coordinates represent indices in a dataset.static final XYCoordinateTypeXYCoordinateType.RELATIVEThe (x, y) coordinates represent a relative position in the data space.