Uses of Class
org.jfree.chart.api.XYCoordinateType
-
Packages that use XYCoordinateType Package Description org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.api Types and enumerations used in the JFreeChart public API. -
-
Uses of XYCoordinateType in org.jfree.chart.annotations
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.api
Methods in org.jfree.chart.api that return XYCoordinateType Modifier and Type Method Description static XYCoordinateTypeXYCoordinateType. valueOf(String name)Returns the enum constant of this type with the specified name.static XYCoordinateType[]XYCoordinateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-