public static enum Atlas.Type extends Enum<Atlas.Type>
Atlas
. The best algorithm to use
will depend on the source dataset and the dimensions of
the atlas.Enum Constant and Description |
---|
SliceLongAxis |
SliceMaxArea |
SliceMinArea |
SliceShortAxis |
Modifier and Type | Method and Description |
---|---|
static Atlas.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Atlas.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Atlas.Type SliceMinArea
public static final Atlas.Type SliceMaxArea
public static final Atlas.Type SliceShortAxis
public static final Atlas.Type SliceLongAxis
public static Atlas.Type[] values()
for (Atlas.Type c : Atlas.Type.values()) System.out.println(c);
public static Atlas.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null