Searched refs:maxBarLength (Results 1 – 1 of 1) sorted by relevance
95 public void plotAscii(OutputStream output, int maxBarLength) throws IOException { in plotAscii() argument125 (maxCount > maxBarLength) in plotAscii()126 ? (entry.getValue() * maxBarLength + maxCount - 1) / maxCount in plotAscii()131 … "%" + maxKeyLength + "d| %-" + maxBarLength + "s (%d = %.1f%%) {%.1f%%}\n", in plotAscii()