|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |