public static enum Falloff.HoverFalloffConstraint extends Enum<Falloff.HoverFalloffConstraint>
Enum Constant and Description |
---|
both
both.
|
horizontal
horizontal.
|
none
none, the default.
|
vertical
vertical.
|
Modifier and Type | Method and Description |
---|---|
static Falloff.HoverFalloffConstraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Falloff.HoverFalloffConstraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Falloff.HoverFalloffConstraint none
public static final Falloff.HoverFalloffConstraint vertical
public static final Falloff.HoverFalloffConstraint horizontal
public static final Falloff.HoverFalloffConstraint both
public static Falloff.HoverFalloffConstraint[] values()
for (Falloff.HoverFalloffConstraint c : Falloff.HoverFalloffConstraint.values()) System.out.println(c);
public static Falloff.HoverFalloffConstraint 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 nullCopyright © 2013. All Rights Reserved.