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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java46 * multiple paint calls, whereas the other values (w, h, f, leftWidth, etc) are recomputed
69 The leftWidth represents the distance from the left edge of the region
71 (such as DPI scaling). The centerWidth is the distance between the leftWidth
86 private float leftWidth; field in class:AbstractRegionPainter
235 return x * leftWidth;
237 return ((x-1) * centerWidth) + leftWidth;
239 return ((x-2) * rightWidth) + leftWidth + centerWidth;
584 leftWidth = centerWidth = rightWidth = 0f;
598 leftWidth = availableSpace * ctx.aPercent;
605 leftWidth
[all...]

Completed in 33 milliseconds