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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java 38 private BarWidthStyle widthStyle = BarWidthStyle.FIXED_WIDTH; // default Width Style
49 FIXED_WIDTH, // bar width is always barWidth
58 * Sets the width of the bars when using the FIXED_WIDTH render style
84 case FIXED_WIDTH:
190 case FIXED_WIDTH:
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 181 spWidthStyle.setSelection(BarRenderer.BarWidthStyle.FIXED_WIDTH.ordinal());
184 if (BarRenderer.BarWidthStyle.FIXED_WIDTH.equals(spWidthStyle.getSelectedItem())) {

Completed in 213 milliseconds