public static enum ResizeProvider.ControlPoint extends java.lang.Enum<ResizeProvider.ControlPoint>
| Enum Constant | Description |
|---|---|
BOTTOM_CENTER |
|
BOTTOM_LEFT |
|
BOTTOM_RIGHT |
|
CENTER_LEFT |
|
CENTER_RIGHT |
|
TOP_CENTER |
|
TOP_LEFT |
|
TOP_RIGHT |
| Modifier and Type | Method | Description |
|---|---|---|
static ResizeProvider.ControlPoint |
valueOf(java.lang.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()
for (ResizeProvider.ControlPoint c : ResizeProvider.ControlPoint.values()) System.out.println(c);
public static ResizeProvider.ControlPoint 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 nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.