public static enum ResizableBehavior.ResizableDirections extends Enum<ResizableBehavior.ResizableDirections>
Enum Constant and Description |
---|
EAST |
NORTH |
NORTH_EAST |
NORTH_WEST |
SOUTH |
SOUTH_EAST |
SOUTH_WEST |
WEST |
Modifier and Type | Method and Description |
---|---|
String |
getDirection() |
String |
toString() |
static ResizableBehavior.ResizableDirections |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResizableBehavior.ResizableDirections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResizableBehavior.ResizableDirections NORTH
public static final ResizableBehavior.ResizableDirections EAST
public static final ResizableBehavior.ResizableDirections SOUTH
public static final ResizableBehavior.ResizableDirections WEST
public static final ResizableBehavior.ResizableDirections NORTH_EAST
public static final ResizableBehavior.ResizableDirections SOUTH_EAST
public static final ResizableBehavior.ResizableDirections SOUTH_WEST
public static final ResizableBehavior.ResizableDirections NORTH_WEST
public static ResizableBehavior.ResizableDirections[] values()
for (ResizableBehavior.ResizableDirections c : ResizableBehavior.ResizableDirections.values()) System.out.println(c);
public static ResizableBehavior.ResizableDirections 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 getDirection()
public String toString()
toString
in class Enum<ResizableBehavior.ResizableDirections>
Copyright © 2015. All rights reserved.