net.mazewar
Class InitPoint

java.lang.Object
  extended by net.mazewar.InitPoint
All Implemented Interfaces:
java.io.Serializable

public class InitPoint
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int mazeHeight
           
static int mazeSeed
           
static int mazeWidth
           
 
Constructor Summary
InitPoint(java.lang.String cName, DirectedPoint directedPoint)
           
InitPoint(java.lang.String cname, DirectedPoint directedPoint, boolean isBot)
           
 
Method Summary
 DirectedPoint getDirectedPoint()
           
 boolean getIsRobot()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mazeWidth

public static final int mazeWidth
See Also:
Constant Field Values

mazeHeight

public static final int mazeHeight
See Also:
Constant Field Values

mazeSeed

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

InitPoint

public InitPoint(java.lang.String cName,
                 DirectedPoint directedPoint)

InitPoint

public InitPoint(java.lang.String cname,
                 DirectedPoint directedPoint,
                 boolean isBot)
Method Detail

getName

public java.lang.String getName()

getDirectedPoint

public DirectedPoint getDirectedPoint()

getIsRobot

public boolean getIsRobot()