graphics.movement
Class RegularMovement
java.lang.Object
graphics.movement.RegularMovement
- All Implemented Interfaces:
- IGraphicMovement
public class RegularMovement
- extends Object
- implements IGraphicMovement
TODO: fill in comments for RegularMovement
- Author:
- Michael M Kozelsky
Created on: Nov 14, 2006
RegularMovement
public RegularMovement()
move
public Vector move(IGraphic graphic,
Vector v)
- Adds the values in the vector onto the graphic's location
- Specified by:
move
in interface IGraphicMovement
- Parameters:
graphic
- The graphic to movev
- the Vector representing the amount to move- See Also:
IGraphicMovement.move(graphics.IGraphic, utilities.Vector)