public static enum MathUtils.OrderDirection extends java.lang.Enum<MathUtils.OrderDirection>
| Enum Constant and Description | 
|---|
DECREASING
Constant for decreasing direction. 
 | 
INCREASING
Constant for increasing direction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MathUtils.OrderDirection | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MathUtils.OrderDirection[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MathUtils.OrderDirection INCREASING
public static final MathUtils.OrderDirection DECREASING
public static MathUtils.OrderDirection[] values()
for (MathUtils.OrderDirection c : MathUtils.OrderDirection.values()) System.out.println(c);
public static MathUtils.OrderDirection 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 null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"