public final class GradientStrokeType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static GradientStrokeType |
Continuous
Continuous gradients vary continuously along the color change with no distinct boundary between the colors.
|
static GradientStrokeType |
Discrete
Discrete gradient types have distinct lines of separation between each color.
|
| Modifier and Type | Method and Description |
|---|---|
static GradientStrokeType |
valueOf(java.lang.String name) |
static GradientStrokeType[] |
values() |
public static final GradientStrokeType Discrete
public static final GradientStrokeType Continuous
public static GradientStrokeType[] values()
public static GradientStrokeType valueOf(java.lang.String name)