Uses of Class
com.androidplot.xy.XYAxisType

Packages that use XYAxisType
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of XYAxisType in com.androidplot.xy
 

Methods in com.androidplot.xy that return XYAxisType
static XYAxisType XYAxisType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XYAxisType[] XYAxisType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.androidplot.xy with parameters of type XYAxisType
static XYStep XYStepCalculator.getStep(XYPlot plot, XYAxisType axisType, android.graphics.RectF rect, Number minVal, Number maxVal)
          Convenience method - wraps other form of getStep().
 



Copyright © 2010-2013 androidplot.com. All Rights Reserved.