Package | Description |
---|---|
com.sun.prism.j2d.paint |
Modifier and Type | Class and Description |
---|---|
class |
RadialGradientPaint
The
RadialGradientPaint class provides a way to fill a shape with
a circular radial color gradient pattern. |
Constructor and Description |
---|
MultipleGradientPaintContext(MultipleGradientPaint mgp,
java.awt.image.ColorModel cm,
java.awt.Rectangle deviceBounds,
java.awt.geom.Rectangle2D userBounds,
java.awt.geom.AffineTransform t,
java.awt.RenderingHints hints,
float[] fractions,
java.awt.Color[] colors,
MultipleGradientPaint.CycleMethod cycleMethod,
MultipleGradientPaint.ColorSpaceType colorSpace)
Constructor for MultipleGradientPaintContext superclass.
|