| Class | Description |
|---|---|
| AreaOfInterestHintKey |
This class is here to workaround a javadoc problem.
|
| AvoidTilingHintKey |
A transcoding Key represented as a boolean to indicate whether tiling of
bitmaps is undesired by the destination.
|
| BufferedImageHintKey |
This class is here to workaround a javadoc problem.
|
| ColorSpaceHintKey |
TranscodingHint as to what the destination of the drawing is.
|
| LinearGradientPaint |
The
LinearGradientPaint class provides a way to fill
a Shape with a linear color gradient pattern. |
| LinearGradientPaintContext |
Provides the actual implementation for the LinearGradientPaint
This is where the pixel processing is done.
|
| 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.
|
| MultipleGradientPaintContext |
This is the superclass for all PaintContexts which use a multiple color
gradient to fill in their raster.
|
| RadialGradientPaint |
This class provides a way to fill a shape with a circular radial color
gradient pattern.
|
| RadialGradientPaintContext |
Provides the actual implementation for the RadialGradientPaint.
|
| RenderingHintsKeyExt |
Contains additional RenderingHints Keys, such as
KEY_AREA_OF_INTEREST
|
| TranscodingHintKey |
TranscodingHint as to what the destination of the drawing is.
|
java.awt package. This package
provides some new Paints such as a linear or radial
gradients.