:: com :: sun :: star :: awt ::

enum GradientStyle
Description
specify the style of color dispersion.

Values
LINEAR specifies a linear gradient.  
AXIAL specifies an axial gradient.  
RADIAL specifies a radial gradient.  
ELLIPTICAL specifies an elliptical gradient.  
SQUARE specifies a gradient in the shape of a square.  
RECT specifies a gradient in the shape of a rectangle.  
Values' Details
LINEAR
LINEAR,
Description
specifies a linear gradient.
AXIAL
AXIAL,
Description
specifies an axial gradient.
RADIAL
RADIAL,
Description
specifies a radial gradient.
ELLIPTICAL
ELLIPTICAL,
Description
specifies an elliptical gradient.
SQUARE
SQUARE,
Description
specifies a gradient in the shape of a square.
RECT
RECT,
Description
specifies a gradient in the shape of a rectangle.
Top of Page