Searched defs:FIXED_WIDTH (Results 1 - 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DBarRenderer.java38 private BarWidthStyle widthStyle = BarWidthStyle.FIXED_WIDTH; // default Width Style
49 FIXED_WIDTH, // bar width is always barWidth enum constant in enum:BarRenderer.BarWidthStyle
58 * Sets the width of the bars when using the FIXED_WIDTH render style
84 case FIXED_WIDTH:
190 case FIXED_WIDTH:

Completed in 76 milliseconds