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(java.lang.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(java.util.List<? extends java.lang.Number> model, SimpleXYSeries.ArrayFormat format)
           
 

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



Copyright © 2012. All Rights Reserved.