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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java487 Rectangle nonHeapRect = new Rectangle(leftMargin + groupGap, height - bottomMargin + 6, barWidth, 20); field in class:MemoryTab.PoolChart
509 nonHeapRect.x = leftMargin + heapRect.width + groupGap;
511 poolPlotter.barX = nonHeapRect.x - leftMargin + nNonHeapPools * (barWidth + barGap);
513 nonHeapRect.width = nNonHeapPools * barWidth + (nNonHeapPools - 1) * barGap;
597 g.drawRect(nonHeapRect.x, nonHeapRect.y, nonHeapRect.width, nonHeapRect.height);
615 g.fillRect(nonHeapRect.x + 1, nonHeapRect
[all...]

Completed in 23 milliseconds