public static enum ResizeProvider.ControlPoint extends Enum<ResizeProvider.ControlPoint>
Enum Constant and Description |
---|
BOTTOM_CENTER |
BOTTOM_LEFT |
BOTTOM_RIGHT |
CENTER_LEFT |
CENTER_RIGHT |
TOP_CENTER |
TOP_LEFT |
TOP_RIGHT |
Modifier and Type | Method and Description |
---|---|
static ResizeProvider.ControlPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResizeProvider.ControlPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResizeProvider.ControlPoint TOP_CENTER
public static final ResizeProvider.ControlPoint BOTTOM_CENTER
public static final ResizeProvider.ControlPoint CENTER_LEFT
public static final ResizeProvider.ControlPoint CENTER_RIGHT
public static final ResizeProvider.ControlPoint TOP_LEFT
public static final ResizeProvider.ControlPoint TOP_RIGHT
public static final ResizeProvider.ControlPoint BOTTOM_LEFT
public static final ResizeProvider.ControlPoint BOTTOM_RIGHT
public static ResizeProvider.ControlPoint[] values()
public static ResizeProvider.ControlPoint 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 null