Searched defs:PAINT9_STRETCH (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageScalingHelper.java56 PAINT9_STRETCH, enum constant in enum:ImageScalingHelper.PaintType
164 boolean stretch = (paintType == PaintType.PAINT9_STRETCH);
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java58 PAINT9_STRETCH, enum constant in enum:Paint9Painter.PaintType
214 boolean stretch = (type == PaintType.PAINT9_STRETCH);

Completed in 453 milliseconds