public static enum OverviewTipProvider.Orientation extends java.lang.Enum<OverviewTipProvider.Orientation>
Enum Constant and Description |
---|
BOTTOM_TOP |
LEFT_RIGHT |
RIGHT_LEFT |
TOP_BOTTOM |
Modifier and Type | Method and Description |
---|---|
static OverviewTipProvider.Orientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverviewTipProvider.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverviewTipProvider.Orientation TOP_BOTTOM
public static final OverviewTipProvider.Orientation BOTTOM_TOP
public static final OverviewTipProvider.Orientation LEFT_RIGHT
public static final OverviewTipProvider.Orientation RIGHT_LEFT
public static OverviewTipProvider.Orientation[] values()
for (OverviewTipProvider.Orientation c : OverviewTipProvider.Orientation.values()) System.out.println(c);
public static OverviewTipProvider.Orientation 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