@PublicAPI public enum ShapeFunction extends java.lang.Enum<ShapeFunction> implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
AlignmentProperties.NodeType |
getNodeType() |
static ShapeFunction |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic AlignmentProperties.NodeType getNodeType()