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

/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaint.java34 * The <code>TexturePaint</code> class provides a way to fill a
38 * is copied by the <code>TexturePaint</code> object.
51 public class TexturePaint implements Paint { class in inherits:Paint
60 * Constructs a <code>TexturePaint</code> object.
66 public TexturePaint(BufferedImage txtr, method in class:TexturePaint
88 * size this <code>TexturePaint</code>.
142 * Returns the transparency mode for this <code>TexturePaint</code>.
143 * @return the transparency mode for this <code>TexturePaint</code>
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java359 public static final SurfaceType TexturePaint = field in class:SurfaceType
362 TexturePaint.deriveSubType(DESC_OPAQUE_TEXTURE_PAINT);

Completed in 32 milliseconds