Header
And More


Uses of Class
org.jfree.chart.util.XYCoordinateType

Packages that use XYCoordinateType
org.jfree.chart.annotations A framework for addings annotations to charts. 
org.jfree.chart.util Utility classes used by JFreeChart. 
 

Uses of XYCoordinateType in org.jfree.chart.annotations
 

Methods in org.jfree.chart.annotations that return XYCoordinateType
 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
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.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.