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 XYCoordinateTypeXYTitleAnnotation. coordinateTypeThe coordinate type.Methods in org.jfree.chart.annotations that return XYCoordinateType Modifier and Type Method Description XYCoordinateTypeXYTitleAnnotation. 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 XYCoordinateTypeXYCoordinateType. DATAThe (x, y) coordinates represent a point in the data space.static XYCoordinateTypeXYCoordinateType. INDEXThe (x, y) coordinates represent indices in a dataset.static XYCoordinateTypeXYCoordinateType. RELATIVEThe (x, y) coordinates represent a relative position in the data space.
-