LumiSoft.UI.Controls
Class Direction

java.lang.Object
  extended by LumiSoft.UI.Controls.Direction

public class Direction
extends java.lang.Object


Field Summary
static int Down
           
static int Left
           
static int Right
           
static int Up
           
 
Constructor Summary
Direction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Up

public static final int Up
See Also:
Constant Field Values

Down

public static final int Down
See Also:
Constant Field Values

Left

public static final int Left
See Also:
Constant Field Values

Right

public static final int Right
See Also:
Constant Field Values
Constructor Detail

Direction

public Direction()