public enum WindowAlignment extends java.lang.Enum<WindowAlignment>
Enum Constant and Description |
---|
BOTTOM_LEFT_CORNER_TO_TOP_LEFT_CORNER |
BOTTOM_RIGHT_CORNER_TO_TOP_RIGHT_CORNER |
CENTER_TO_CENTER |
LEFT_EDGE_TO_LEFT_EDGE |
LOWER_EDGE_TO_TOP_EDGE |
RIGHT_EDGE_TO_TOP_LEFT_CORNER |
TOP_RIGHT_CORNER_TO_TOP_LEFT_CORNER |
Modifier and Type | Method and Description |
---|---|
static WindowAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowAlignment BOTTOM_RIGHT_CORNER_TO_TOP_RIGHT_CORNER
public static final WindowAlignment BOTTOM_LEFT_CORNER_TO_TOP_LEFT_CORNER
public static final WindowAlignment TOP_RIGHT_CORNER_TO_TOP_LEFT_CORNER
public static final WindowAlignment RIGHT_EDGE_TO_TOP_LEFT_CORNER
public static final WindowAlignment LOWER_EDGE_TO_TOP_EDGE
public static final WindowAlignment LEFT_EDGE_TO_LEFT_EDGE
public static final WindowAlignment CENTER_TO_CENTER
public static WindowAlignment[] values()
for (WindowAlignment c : WindowAlignment.values()) System.out.println(c);
public static WindowAlignment 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 nullCopyright © 2014 EsprIT-Systems. All Rights Reserved.