vitro.plane
Class PlaneActor

java.lang.Object
  extended by vitro.Actor
      extended by vitro.plane.PlaneActor
Direct Known Subclasses:
PhysicsActor

public class PlaneActor
extends Actor


Field Summary
protected  Plane model
           
 
Constructor Summary
PlaneActor(Plane model)
           
 
Method Summary
 Position position()
           
 
Methods inherited from class vitro.Actor
actions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected final Plane model
Constructor Detail

PlaneActor

public PlaneActor(Plane model)
Method Detail

position

public Position position()