public class Direction extends DefaultEnumerable
Modifier and Type | Field and Description |
---|---|
static Direction |
HORIZONTAL
Horizontal direction.
|
static Direction |
VERTICAL
Vertical direction.
|
Modifier | Constructor and Description |
---|---|
protected |
Direction(int direction,
java.lang.String name)
Construct a new direction.
|
Modifier and Type | Method and Description |
---|---|
int |
getDirection()
Get the direction int value.
|
public static final Direction HORIZONTAL
public static final Direction VERTICAL
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.