public final class GradientStrokeMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static GradientStrokeMethod |
AcrossLine
A gradient across the line.
|
static GradientStrokeMethod |
AlongLine
A gradient along the line.
|
| Modifier and Type | Method and Description |
|---|---|
static GradientStrokeMethod |
valueOf(java.lang.String name) |
static GradientStrokeMethod[] |
values() |
public static final GradientStrokeMethod AcrossLine
public static final GradientStrokeMethod AlongLine
public static GradientStrokeMethod[] values()
public static GradientStrokeMethod valueOf(java.lang.String name)