j3d.Terra3D
Class PropManager

java.lang.Object
  extended by j3d.Terra3D.PropManager

public class PropManager
extends java.lang.Object


Constructor Summary
PropManager(java.lang.String loadFnm, boolean hasCoordsInfo)
           
 
Method Summary
 javax.vecmath.Vector3d getLoc()
           
 javax.vecmath.Point3d getRotations()
           
 double getScale()
           
 javax.media.j3d.TransformGroup getTG()
           
 void move(int axis, int change)
           
 void rotate(int axis, int change)
           
 void saveCoordFile()
           
 void scale(double d)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropManager

public PropManager(java.lang.String loadFnm,
                   boolean hasCoordsInfo)
Method Detail

getTG

public javax.media.j3d.TransformGroup getTG()

move

public void move(int axis,
                 int change)

rotate

public void rotate(int axis,
                   int change)

scale

public void scale(double d)

getLoc

public javax.vecmath.Vector3d getLoc()

getRotations

public javax.vecmath.Point3d getRotations()

getScale

public double getScale()

saveCoordFile

public void saveCoordFile()