Searched refs:showTotal (Results 1 – 2 of 2) sorted by relevance
60 private boolean showTotal = true; field in BagFormatter579 if (showTotal) { in doAfter()585 } else if (showTotal) { in doAfter()1107 return showTotal; in isShowTotal()1110 public void setShowTotal(boolean showTotal) { in setShowTotal() argument1111 this.showTotal = showTotal; in setShowTotal()
204 showTotal(pw, "TOTAL/", counter); in showTotals()207 showTotal(pw, entry.getKey(), entry.getValue()); in showTotals()218 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal() method in ChartDelta