graphics.movement
Class WrappingMovement

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

public class WrappingMovement
extends Object
implements IGraphicMovement

TODO: fill in comments for WrappingMovement

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

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

Constructor Detail

WrappingMovement

public WrappingMovement()
Method Detail

move

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