| Interface | Description |
|---|---|
| RelativePaint | |
| RotatablePaint |
Indicates a paint that needs to be rotated when a shape is rotated.
|
| Class | Description |
|---|---|
| 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.
|
| PatternPaint | |
| RadialGradientPaint |
The
RadialGradientPaint class provides a way to fill a shape with
a circular radial color gradient pattern. |
| RelativeLinearGradientPaint |
Similar to LinearGradientPaint, but this one specifies it's points as percentages of the user-space bounds of the
object it will fill.
|
| RelativeRadialGradientPaint |
Similar to RadialGradientPaint, but this one specifies its points as percentages of the user-space bounds of the
object it will fill.
|
| Enum | Description |
|---|---|
| MultipleGradientPaint.ColorSpaceType |
The color space in which to perform the gradient interpolation.
|
| MultipleGradientPaint.CycleMethod |
The method to use when painting outside the gradient bounds.
|