Serializable, Comparable<Layout.HoverMode>public static enum Layout.HoverMode extends Enum<Layout.HoverMode>
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
|
static Layout.HoverMode |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Layout.HoverMode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layout.HoverMode X
public static final Layout.HoverMode Y
public static final Layout.HoverMode CLOSEST
public static final Layout.HoverMode FALSE
public static Layout.HoverMode[] values()
for (Layout.HoverMode c : Layout.HoverMode.values()) System.out.println(c);
public static Layout.HoverMode 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 String toString()
toString in class Enum<Layout.HoverMode>Copyright © 2021. All rights reserved.