Searched refs:axisMap (Results 1 – 4 of 4) sorted by relevance
117 TreeMap<Number, BarGroup> axisMap = new TreeMap<Number, BarGroup>(); in onRender() local140 if (axisMap.containsKey(b.intX)) { in onRender()141 barGroup = axisMap.get(b.intX); in onRender()144 axisMap.put(b.intX, barGroup); in onRender()155 for(Entry<Number, BarGroup> mapEntry : axisMap.entrySet()) { in onRender()167 float f_rough_width = ((plotArea.width() - ((axisMap.size() - 1) * gap)) / (axisMap.size() - 1)); in onRender()184 for(Number key : axisMap.keySet()) { in onRender()186 BarGroup barGroup = axisMap.get(key); in onRender()
711 - [varLib] Removed unused ``build(..., axisMap)`` argument. Axis map should
1128 - [varLib] Removed unused ``build(..., axisMap)`` argument. Axis map should