graphics.movement
Class BouncingMovement

java.lang.Object
  extended by graphics.movement.BouncingMovement
All Implemented Interfaces:
IGraphicMovement

public class BouncingMovement
extends Object
implements IGraphicMovement

TODO: fill in comments for BouncingMovement

Author:
Michael M Kozelsky Created on: Nov 14, 2006

Constructor Summary
BouncingMovement()
           
 
Method Summary
 Vector move(IGraphic graphic, Vector vector)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BouncingMovement

public BouncingMovement()
Method Detail

move

public Vector move(IGraphic graphic,
                   Vector vector)
Specified by:
move in interface IGraphicMovement
Parameters:
graphic -
v -
See Also:
IGraphicMovement.move(graphics.IGraphic, utilities.Vector)