Searched refs:BarGroup (Results 1 – 1 of 1) sorted by relevance
117 TreeMap<Number, BarGroup> axisMap = new TreeMap<Number, BarGroup>(); in onRender()129 BarGroup barGroup; in onRender()143 barGroup = new BarGroup(b.intX,plotArea); in onRender()153 BarGroup prev, current; in onRender()155 for(Entry<Number, BarGroup> mapEntry : axisMap.entrySet()) { in onRender()186 BarGroup barGroup = axisMap.get(key); in onRender()307 public BarGroup barGroup;332 private class BarGroup { class in BarRenderer337 public BarGroup prev;339 public BarGroup(int intX, RectF plotArea) { in BarGroup() method in BarRenderer.BarGroup