public final class GradientAlignment
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static GradientAlignment |
AlongLine
Along line - Distributes the color ramp linearly along the line, following the curvature of the line.
|
static GradientAlignment |
Buffered
Buffered - Distributes the color ramp along the line's geometry from the outside in (similar to the effect of creating a buffer of the line, then using the "buffer" fill type).
|
static GradientAlignment |
Left
Left - Progresses the color ramp from the line's centerline to the outside edge on the left.
|
static GradientAlignment |
Right
Right - Progresses the color ramp from the line's centerline to the outside edge on the right.
|
| Modifier and Type | Method and Description |
|---|---|
static GradientAlignment |
valueOf(java.lang.String name) |
static GradientAlignment[] |
values() |
public static final GradientAlignment Buffered
public static final GradientAlignment Left
public static final GradientAlignment Right
public static final GradientAlignment AlongLine
public static GradientAlignment[] values()
public static GradientAlignment valueOf(java.lang.String name)