graphics.movement
Class BouncingMovement
java.lang.Object
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
BouncingMovement
public BouncingMovement()
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)