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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java472 final int barGap = 3; field in class:MemoryTab.PoolChart
506 poolPlotter.barX = nHeapPools * (barWidth + barGap);
508 heapRect.width = nHeapPools * barWidth + (nHeapPools - 1) * barGap;
511 poolPlotter.barX = nonHeapRect.x - leftMargin + nNonHeapPools * (barWidth + barGap);
513 nonHeapRect.width = nNonHeapPools * barWidth + (nNonHeapPools - 1) * barGap;

Completed in 30 milliseconds