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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java 77 public void setBarWidthStyle(BarWidthStyle widthStyle) {
81 public void setBarWidthStyle(BarWidthStyle style, float value) {
82 setBarWidthStyle(style);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 296 renderer.setBarWidthStyle((BarRenderer.BarWidthStyle)spWidthStyle.getSelectedItem());

Completed in 45 milliseconds