Class CoordinateManager

java.lang.Object
  extended byCoordinateManager

public class CoordinateManager
extends java.lang.Object

a static class to check the coordonates if x or y are beyond the edge of our space


Constructor Summary
CoordinateManager()
           
 
Method Summary
static int check(int zW, int z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinateManager

public CoordinateManager()
Method Detail

check

public static int check(int zW,
                        int z)