Example usage for Java java.awt TexturePaint fields, constructors, methods, implement or subclass
The text is from its open source code.
TexturePaint(BufferedImage txtr, Rectangle2D anchor) Constructs a TexturePaint object. |
PaintContext | createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) Creates and returns a PaintContext used to generate a tiled image 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 . |
int | hashCode() Returns a hash code value for the object. |