| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaintContext | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| Uses of PaintContext in java.awt | 
|---|
| Methods in java.awt that return PaintContext | |
|---|---|
|  PaintContext | LinearGradientPaint.createContext(ColorModel cm,
              Rectangle deviceBounds,
              Rectangle2D userBounds,
              AffineTransform transform,
              RenderingHints hints)Creates and returns a PaintContextused to 
 generate the color pattern. | 
|  PaintContext | TexturePaint.createContext(ColorModel cm,
              Rectangle deviceBounds,
              Rectangle2D userBounds,
              AffineTransform xform,
              RenderingHints hints)Creates and returns a context used to generate the color pattern. | 
|  PaintContext | SystemColor.createContext(ColorModel cm,
              Rectangle r,
              Rectangle2D r2d,
              AffineTransform xform,
              RenderingHints hints)Creates and returns a PaintContextused to generate
 a solid color pattern. | 
|  PaintContext | RadialGradientPaint.createContext(ColorModel cm,
              Rectangle deviceBounds,
              Rectangle2D userBounds,
              AffineTransform transform,
              RenderingHints hints)Creates and returns a PaintContextused to 
 generate the color pattern. | 
|  PaintContext | GradientPaint.createContext(ColorModel cm,
              Rectangle deviceBounds,
              Rectangle2D userBounds,
              AffineTransform xform,
              RenderingHints hints)Creates and returns a context used to generate the color pattern. | 
|  PaintContext | Paint.createContext(ColorModel cm,
              Rectangle deviceBounds,
              Rectangle2D userBounds,
              AffineTransform xform,
              RenderingHints hints)Creates and returns a PaintContextused to 
 generate the color pattern. | 
|  PaintContext | Color.createContext(ColorModel cm,
              Rectangle r,
              Rectangle2D r2d,
              AffineTransform xform,
              RenderingHints hints)Creates and returns a PaintContextused to generate a solid
 color pattern. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.