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

  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java 73 LineAndPointFormatter formatter1 = new LineAndPointFormatter( local
75 formatter1.getLinePaint().setStrokeJoin(Paint.Join.ROUND);
76 formatter1.getLinePaint().setStrokeWidth(10);
78 formatter1);
BarPlotExampleActivity.java 86 private MyBarFormatter formatter1 = field in class:BarPlotExampleActivity
290 if (series1CheckBox.isChecked()) plot.addSeries(series1, formatter1);
368 plot.addSeries(series1, formatter1);

Completed in 100 milliseconds