Frames | No Frames |
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) |
Classes implementing java.awt.PaintContext | |
class | A PaintContext used by the GradientPaint class.
|
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 | GradientPaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) 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 | SystemColor.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) Returns a paint context, used for filling areas of a raster scan with
the current value of this system color. |
PaintContext | TexturePaint.createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) Creates the context used to paint the texture.
|