butler.client.util
Class Orientation

java.lang.Object
  extended by butler.client.util.Orientation

public class Orientation
extends java.lang.Object

Orientation type

Author:
Fredrik Bertilsson

Field Summary
static Orientation HORIZONTAL
           
static Orientation VERTICAL
           
 
Constructor Summary
Orientation(int code)
           
 
Method Summary
 boolean equals(java.lang.Object another)
           
static Orientation parse(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final Orientation HORIZONTAL

VERTICAL

public static final Orientation VERTICAL
Constructor Detail

Orientation

public Orientation(int code)
Method Detail

equals

public boolean equals(java.lang.Object another)
Overrides:
equals in class java.lang.Object

parse

public static Orientation parse(java.lang.String str)