j3d.examples.maze3d
Class MazeManager

java.lang.Object
  extended by j3d.examples.maze3d.MazeManager

public class MazeManager
extends java.lang.Object


Constructor Summary
MazeManager(java.lang.String fn)
           
 
Method Summary
 boolean canMoveTo(double xWorld, double zWorld)
           
 java.awt.Point getImageStartPosn()
           
 int getImageStep()
           
 javax.media.j3d.BranchGroup getMaze()
           
 java.awt.image.BufferedImage getMazeImage()
           
 javax.vecmath.Vector3d getMazeStartPosn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MazeManager

public MazeManager(java.lang.String fn)
Method Detail

getMaze

public javax.media.j3d.BranchGroup getMaze()

getMazeStartPosn

public javax.vecmath.Vector3d getMazeStartPosn()

getMazeImage

public java.awt.image.BufferedImage getMazeImage()

getImageStartPosn

public java.awt.Point getImageStartPosn()

getImageStep

public int getImageStep()

canMoveTo

public boolean canMoveTo(double xWorld,
                         double zWorld)