public final class FixedColorRampArrangementType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static FixedColorRampArrangementType |
Bivariate
A fixed list of colors for bivariate rendering.
|
static FixedColorRampArrangementType |
Default
A fixed list of colors, typically used for unique value renderer.
|
| Modifier and Type | Method and Description |
|---|---|
static FixedColorRampArrangementType |
valueOf(java.lang.String name) |
static FixedColorRampArrangementType[] |
values() |
public static final FixedColorRampArrangementType Default
public static final FixedColorRampArrangementType Bivariate
public static FixedColorRampArrangementType[] values()
public static FixedColorRampArrangementType valueOf(java.lang.String name)