public final class GradientFillMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static GradientFillMethod |
Buffered
Buffered - Color changes based on an internal buffering of the geometry outline
|
static GradientFillMethod |
Circular
Circular - Change from one color to the next is circular, from the extent of the geometry
|
static GradientFillMethod |
Linear
Linear - Change from one color to the next is linear across the geometry.
|
static GradientFillMethod |
Rectangular
Rectangular - Change from one color to the next is rectangular, from the extent of the geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static GradientFillMethod |
valueOf(java.lang.String name) |
static GradientFillMethod[] |
values() |
public static final GradientFillMethod Linear
public static final GradientFillMethod Rectangular
public static final GradientFillMethod Circular
public static final GradientFillMethod Buffered
public static GradientFillMethod[] values()
public static GradientFillMethod valueOf(java.lang.String name)