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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java486 Rectangle heapRect = new Rectangle(leftMargin, height - bottomMargin + 6, barWidth, 20); field in class:MemoryTab.PoolChart
508 heapRect.width = nHeapPools * barWidth + (nHeapPools - 1) * barGap;
509 nonHeapRect.x = leftMargin + heapRect.width + groupGap;
596 g.drawRect(heapRect.x, heapRect.y, heapRect.width, heapRect.height);
613 g.fillRect(heapRect.x + 1, heapRect.y + 1, heapRect
[all...]

Completed in 45 milliseconds