|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| 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. |
Provides linear and radial gradient paint classes from the Apache Batik project.
These classes are here to provide support for gradient paints which are not present in J2SE5. Applications designed for J2SE6 and later can make use of the equivalent gradient classes in the java.awt package.
If your application uses Apache Batik, you may want to remove this package, as it may conflict with Apache Batik classes.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||