|
Préférences
Moteurs de recherche
|
||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
java.awt
|
|||||||||||||||||||||
| Field Summary |
| Fields inherited from interface java.awt.Transparency |
BITMASK, OPAQUE, TRANSLUCENT |
| Constructor Summary | |
TexturePaint(BufferedImage txtr,
Rectangle2D anchor)
Constructs a TexturePaint object. |
|
| Method Summary | |
PaintContext |
createContext(ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform xform,
RenderingHints hints)
Creates and returns a context used to generate the color pattern. |
Rectangle2D |
getAnchorRect()
Returns a copy of the anchor rectangle which positions and sizes the textured image. |
BufferedImage |
getImage()
Returns the BufferedImage texture used to
fill the shapes. |
int |
getTransparency()
Returns the transparency mode for this TexturePaint. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TexturePaint(BufferedImage txtr, Rectangle2D anchor)
TexturePaint object.
txtr - the BufferedImage object with the texture
used for paintinganchor - the Rectangle2D in user space used to
anchor and replicate the texture| Method Detail |
public BufferedImage getImage()
BufferedImage texture used to
fill the shapes.
BufferedImage.public Rectangle2D getAnchorRect()
Rectangle2D used to anchor and
size this TexturePaint.public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
createContext in interface Paintcm - the ColorModel that receives the
Paint data. This is used only as a hint.deviceBounds - the device space bounding box of the graphics
primitive being rendereduserBounds - the user space bounding box of the graphics
primitive being renderedxform - the AffineTransform from user space
into device spacehints - a RenderingHints object that can be used to
specify how the pattern is ultimately rendered
PaintContext used for generating color
patterns.PaintContextpublic int getTransparency()
TexturePaint.
getTransparency in interface TransparencyTexturePaint
as an integer value.Transparency