HomeSort by relevance Sort by last modified time
    Searched defs:ArrayFormat (Results 1 - 2 of 2) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
SimpleXYSeries.java 48 public enum ArrayFormat {
72 public SimpleXYSeries(List<? extends Number> model, ArrayFormat format, String title) {
109 public void setModel(List<? extends Number> model, ArrayFormat format) {
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
OrientationSensorExampleActivity.java 221 SimpleXYSeries.ArrayFormat.Y_VALS_ONLY);
225 SimpleXYSeries.ArrayFormat.Y_VALS_ONLY);
229 SimpleXYSeries.ArrayFormat.Y_VALS_ONLY);

Completed in 211 milliseconds