| Class | Description |
|---|---|
| GraphicsUtil | |
| LinearGradientPaint |
The
LinearGradientPaint class provides a way to fill
a Shape with a linear color gradient pattern. |
| MultipleGradientPaint |
This is the superclass for Paints which use a multiple color
gradient to fill in their raster.
|
| MultipleGradientPaint.ColorSpaceEnum |
Inner class to allow for typesafe enumerated ColorSpace values.
|
| MultipleGradientPaint.CycleMethodEnum |
Inner class to allow for typesafe enumerated CycleMethod values.
|
| RadialGradientPaint |
This class provides a way to fill a shape with a circular radial color
gradient pattern.
|