public enum Gap extends Enum<Gap>
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getGap(ParaboxPlatform platform) |
static Gap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gap NONE
public static final Gap RELATED
public static final Gap UNRELATED
public static Gap[] values()
for (Gap c : Gap.values()) System.out.println(c);
public static Gap 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 abstract double getGap(ParaboxPlatform platform)
Copyright © 2020. All rights reserved.