public final class PolarDirection
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static PolarDirection |
Auto
The shortest path, clockwise or counter clockwise.
|
static PolarDirection |
Clockwise
The spectral order from red through orange, yellow, green, and blue to violet.
|
static PolarDirection |
Counterclockwise
The reverse spectral order from violet, through blue, green, yellow, and orange to red.
|
| Modifier and Type | Method and Description |
|---|---|
static PolarDirection |
valueOf(java.lang.String name) |
static PolarDirection[] |
values() |
public static final PolarDirection Auto
public static final PolarDirection Clockwise
public static final PolarDirection Counterclockwise
public static PolarDirection[] values()
public static PolarDirection valueOf(java.lang.String name)