public static enum UIListener.UpdateRatio extends Enum<UIListener.UpdateRatio>
Builder#updateRatios(int, UpdateRatio); update ratio collection is disabled by default| Enum Constant and Description |
|---|
L2 |
MEAN_MAGNITUDE |
| Modifier and Type | Method and Description |
|---|---|
static UIListener.UpdateRatio |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIListener.UpdateRatio[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIListener.UpdateRatio L2
public static final UIListener.UpdateRatio MEAN_MAGNITUDE
public static UIListener.UpdateRatio[] values()
for (UIListener.UpdateRatio c : UIListener.UpdateRatio.values()) System.out.println(c);
public static UIListener.UpdateRatio 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 © 2021. All rights reserved.