Searched refs:barHeight (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/BarChart/
H A DBarChart.java213 int barHeight = metrics.getHeight();
225 - ((columns - i - 1) * (barSpacing + barHeight));
234 g.fillRect(cx + 4, cy - barHeight + 4,
235 (values[i] * scale), barHeight);
241 g.drawLine(cx + k, cy - barHeight, cx + k, cy);
244 g.fillRect(cx, cy - barHeight,
245 (values[i] * scale) + 1, barHeight + 1);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java474 final int barHeight = height * 2 / 3; field in class:MemoryTab.PoolChart
588 height - bottomMargin - (pc * barHeight / 100) + fontDescent + 1);
659 height - bottomMargin - barHeight,
660 barWidth, barHeight);

Completed in 32 milliseconds