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

Packages that use SimpleXYSeries.ArrayFormat
com.androidplot.xy   
 

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)
           
 

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 © 2011. All Rights Reserved.