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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java 37 private BarRenderStyle renderStyle = BarRenderStyle.OVERLAID; // default Render Style
43 OVERLAID, // bars are overlaid in descending y-val order (largest val in back)
229 case OVERLAID:
357 case OVERLAID:
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 167 spRenderStyle.setSelection(BarRenderer.BarRenderStyle.OVERLAID.ordinal());

Completed in 54 milliseconds