Java java.awt TexturePaint fields, constructors, methods, implement or subclass

Example usage for Java java.awt TexturePaint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt TexturePaint.

The text is from its open source code.

Constructor

Method

PaintContextcreateContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Creates and returns a PaintContext used to generate a tiled image pattern.
Rectangle2DgetAnchorRect()
Returns a copy of the anchor rectangle which positions and sizes the textured image.
BufferedImagegetImage()
Returns the BufferedImage texture used to fill the shapes.
intgetTransparency()
Returns the transparency mode for this TexturePaint .
inthashCode()
Returns a hash code value for the object.