Home
last modified time | relevance | path

Searched refs:widthStyle (Results 1 – 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DBarRenderer.java38 private BarWidthStyle widthStyle = BarWidthStyle.FIXED_WIDTH; // default Width Style field in BarRenderer
77 public void setBarWidthStyle(BarWidthStyle widthStyle) { in setBarWidthStyle() argument
78 this.widthStyle = widthStyle; in setBarWidthStyle()
189 switch (widthStyle) { in onRender()