public final class ContourConstruction extends Enum
Modifier and Type | Field and Description |
---|---|
static ContourConstruction |
FAST
Level is not segmented (fast)
|
static ContourConstruction |
SEGMENTS
Each level is segmented (slow)
|
Modifier and Type | Method and Description |
---|---|
static ContourConstruction |
fromInt(int value) |
static int |
size() |
getValue, readResolve
public static final ContourConstruction FAST
public static final ContourConstruction SEGMENTS
public static int size()
public static ContourConstruction fromInt(int value)