JHotDraw 7.2

Package org.apache.batik.ext.awt

Provides linear and radial gradient paint classes from the Apache Batik project.

See:
          Description

Class Summary
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.
 

Package org.apache.batik.ext.awt Description

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.


Copyright 1996-2009 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.