public interface Gradient
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Double> |
getBounds()
Returns the bounds of the gradient.
|
java.util.List<java.awt.Color> |
getColors()
Returns the colors.
|
java.awt.color.ColorSpace |
getColorSpace()
Returns the color space.
|
java.util.List<java.lang.Double> |
getCoordinates()
Returns the coordinates of the gradient.
|
boolean |
isRadial()
Indicates whether the gradient is a radial gradient (true) or a linear gradient (false).
|
boolean isRadial()
java.awt.color.ColorSpace getColorSpace()
java.util.List<java.awt.Color> getColors()
java.util.List<java.lang.Double> getBounds()
java.util.List<java.lang.Double> getCoordinates()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.