org.argosfields.model
Class Direction
java.lang.Object
org.argosfields.model.Direction
- public final class Direction
- extends Object
Direction.java
- Version:
- $Revision: 1.3 $ $Date: 2003/12/01 07:38:05 $
- Author:
- Xavier Cho
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NORTH
public static final Direction NORTH
NORTHEAST
public static final Direction NORTHEAST
SOUTHEAST
public static final Direction SOUTHEAST
SOUTH
public static final Direction SOUTH
SOUTHWEST
public static final Direction SOUTHWEST
NORTHWEST
public static final Direction NORTHWEST
toInt
public int toInt()
fromInt
public static Direction fromInt(int code)
Copyright © Gnome Korea. All Rights Reserved.