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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java496 private Insets stretchingInsets; field in class:AbstractRegionPainter.PaintContext
550 this.stretchingInsets = insets == null ? EMPTY_INSETS : insets;
558 a = stretchingInsets.left;
559 b = canvasSize.width - stretchingInsets.right;
560 c = stretchingInsets.top;
561 d = canvasSize.height - stretchingInsets.bottom;
626 Insets insets = ctx.stretchingInsets;
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DSynthModel.java194 @XmlElement private Insets stretchingInsets = null; field in class:Canvas
195 public Insets getStretchingInsets() { return stretchingInsets; }

Completed in 68 milliseconds