Uses of Interface java.awt.PaintContext

Uses in package gnu.java.awt.java2d

Classes implementing java.awt.PaintContext

class
A PaintContext implementation for TexturePaint, done in pure Java.

Methods with return type java.awt.PaintContext

PaintContext
ImagePaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)

Uses in package gnu.java.awt

Classes implementing java.awt.PaintContext

class
A PaintContext used by the GradientPaint class.

Uses in package java.awt

Methods with return type java.awt.PaintContext

PaintContext
Color.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Returns a paint context, used for filling areas of a raster scan with this color.
PaintContext
Returns the PaintContext used to generate the color pattern.
PaintContext
Paint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Create the context necessary for performing the color pattern generation.
PaintContext
Returns a paint context, used for filling areas of a raster scan with the current value of this system color.
PaintContext
Creates the context used to paint the texture.