Searched refs:widthStyle (Results 1 – 1 of 1) sorted by relevance
38 private BarWidthStyle widthStyle = BarWidthStyle.FIXED_WIDTH; // default Width Style field in BarRenderer77 public void setBarWidthStyle(BarWidthStyle widthStyle) { in setBarWidthStyle() argument78 this.widthStyle = widthStyle; in setBarWidthStyle()189 switch (widthStyle) { in onRender()