org.vizzini.game.simulation
Class DefaultPhysicalObject

java.lang.Object
  extended by org.vizzini.game.AbstractToken
      extended by org.vizzini.game.simulation.AbstractPhysicalObject
          extended by org.vizzini.game.simulation.DefaultPhysicalObject
All Implemented Interfaces:
Serializable, Cloneable, IToken, IForceConsumer, IForceProducer, IPhysicalObject, IStateful

public class DefaultPhysicalObject
extends AbstractPhysicalObject

Provides a default physical object.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.vizzini.game.AbstractToken
UNKNOWN_NAME
 
Fields inherited from interface org.vizzini.game.IToken
AGENT_PROPERTY, NAME_PROPERTY, POSITION_PROPERTY, TEAM_PROPERTY
 
Constructor Summary
DefaultPhysicalObject()
           
 
Method Summary
 
Methods inherited from class org.vizzini.game.simulation.AbstractPhysicalObject
applyForce, applyForce, applyForceLocal, computeForce, computeGravity, configure, convertToLocal, createStatefulSupport, getAbsoluteState, getBounds, getMass, getMu, getMyState, getOrbitPrimaryName, getPosition, getState, getStatefulParent, isLightSource, setBounds, setLightSource, setMass, setMomentOfInertia, setOrbitPrimaryName, setPosition, setStatefulParent
 
Methods inherited from class org.vizzini.game.AbstractToken
addPropertyChangeListener, clone, copy, equals, getAgent, getIndex, getName, getPropertyChangeManager, getTeam, getValue, hashCode, isFiringPositionChanges, removePropertyChangeListener, setAgent, setFiringPositionChanges, setIndex, setName, setTeam, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.vizzini.game.IToken
addPropertyChangeListener, clone, getAgent, getIndex, getName, getTeam, getValue, removePropertyChangeListener, setAgent, setName, setTeam, setValue
 

Constructor Detail

DefaultPhysicalObject

public DefaultPhysicalObject()


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02