ballwar.model
Interface IBallMoveStrategy


public interface IBallMoveStrategy


Method Summary
 Point2DDouble getVelocity()
           
 void move(Ball host)
           
 void setVelocity(Point2DDouble v)
           
 

Method Detail

move

void move(Ball host)

getVelocity

Point2DDouble getVelocity()

setVelocity

void setVelocity(Point2DDouble v)