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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java75 The same logic goes for topHeight, centerHeight, and bottomHeight.
106 private float bottomHeight; field in class:AbstractRegionPainter
260 return ((y-2) * bottomHeight) + topHeight + centerHeight;
585 topHeight = centerHeight = bottomHeight = 0f;
603 bottomHeight = availableSpace * ctx.dPercent;
609 bottomHeight = (float)(ctx.canvasSize.getHeight() - ctx.d) * f;
610 centerHeight = h - topHeight - bottomHeight;
618 bottomScale = (ctx.canvasSize.height - ctx.d) == 0f ? 0f : bottomHeight / (ctx.canvasSize.height - ctx.d);

Completed in 28 milliseconds