@PublicAPI public enum ShapeFunction extends Enum<ShapeFunction> implements Serializable
Modifier and Type | Method and Description |
---|---|
AlignmentProperties.NodeType |
getNodeType() |
static ShapeFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeFunction GAUSS
public static final ShapeFunction SPHERIC
public static ShapeFunction[] values()
for (ShapeFunction c : ShapeFunction.values()) System.out.println(c);
public static ShapeFunction 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 AlignmentProperties.NodeType getNodeType()