| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Method and Description |
|---|---|
PaintContext |
GradientPaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a linear color gradient pattern.
|
PaintContext |
LinearGradientPaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a linear color gradient pattern.
|
PaintContext |
Paint.createContext(ColorModel
Creates and returns a
PaintContext used to generate the color pattern.
|
PaintContext |
Color.createContext(ColorModel
Creates and returns a
PaintContext used to generate a solid color field pattern.
|
PaintContext |
TexturePaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a tiled image pattern.
|
PaintContext |
RadialGradientPaint.createContext(ColorModel
Creates and returns a
PaintContext used to generate a circular radial color gradient pattern.
|