Uses of Class
com.androidplot.xy.SimpleXYSeries.ArrayFormat

Packages that use SimpleXYSeries.ArrayFormat
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of SimpleXYSeries.ArrayFormat in com.androidplot.xy
 

Methods in com.androidplot.xy that return SimpleXYSeries.ArrayFormat
static SimpleXYSeries.ArrayFormat SimpleXYSeries.ArrayFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleXYSeries.ArrayFormat[] SimpleXYSeries.ArrayFormat.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 SimpleXYSeries.ArrayFormat
 void SimpleXYSeries.setModel(List<? extends Number> model, SimpleXYSeries.ArrayFormat format)
          Use the provided list of Numbers as yVals and their corresponding indexes as xVals.
 

Constructors in com.androidplot.xy with parameters of type SimpleXYSeries.ArrayFormat
SimpleXYSeries(List<? extends Number> model, SimpleXYSeries.ArrayFormat format, String title)
          Generates an XYSeries instance from the List of numbers passed in.
 



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