Class Direction

java.lang.Object
  |
  +--Direction

class Direction
extends java.lang.Object

This class lists the direction of an object's bounding box may have.


Field Summary
static int ABOVE_BELOW
          | X | | X | ___|___|___ | | | X | ___|___|___ | | | X | | X |
static int LEFT_RIGHT
          | | | | ___|___|___ | | XX | X | XX ___|___|___ | | | | | |
 
Constructor Summary
(package private) Direction()
           
 
Method Summary
static java.lang.String toString(int relation)
          | | | | ___|___|___ | | | | ___|___|___ | | | | X | |
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

LEFT_RIGHT

public static final int LEFT_RIGHT
| | | | ___|___|___ | | XX | X | XX ___|___|___ | | | | | |

ABOVE_BELOW

public static final int ABOVE_BELOW
| X | | X | ___|___|___ | | | X | ___|___|___ | | | X | | X |
Constructor Detail

Direction

Direction()
Method Detail

toString

public static java.lang.String toString(int relation)
| | | | ___|___|___ | | | | ___|___|___ | | | | X | |