public enum RegionSelectorType extends Enum<RegionSelectorType>
| Enum Constant and Description |
|---|
CONVEX_POLYHEDRON |
CUBOID |
CYLINDER |
ELLIPSOID |
EXTENDING_CUBOID |
POLYGON |
SPHERE |
| Modifier and Type | Method and Description |
|---|---|
RegionSelector |
createSelector()
Create a new selector instance.
|
Class<? extends RegionSelector> |
getSelectorClass()
Get the selector class.
|
static RegionSelectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionSelectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionSelectorType CUBOID
public static final RegionSelectorType EXTENDING_CUBOID
public static final RegionSelectorType CYLINDER
public static final RegionSelectorType SPHERE
public static final RegionSelectorType ELLIPSOID
public static final RegionSelectorType POLYGON
public static final RegionSelectorType CONVEX_POLYHEDRON
public static RegionSelectorType[] values()
for (RegionSelectorType c : RegionSelectorType.values()) System.out.println(c);
public static RegionSelectorType 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 nullpublic Class<? extends RegionSelector> getSelectorClass()
public RegionSelector createSelector()
Copyright © 2010-2014. All Rights Reserved.