B C D E G H I K M P R S T U V

U

updatePosition() - Method in interface p_abstractions.PaddleSpecification
Update paddle position or direction of movement:
if moving out of defined limits then change the direction of the paddle movement without changing position if moving right inside limits then increment position if moving left inside limits then decrement position
updatePosition() - Method in class p_models.Paddle
Tested by JUnit_Paddle.testUpdatePosition(), which guarantees that the Paddle remains in a safe state as specified by Paddle.invariant().
updateView() - Method in interface p_abstractions.PaddleViewSpecification
update the canvas on which the view is painted
updateView() - Method in class p_views.PaddleView
 

B C D E G H I K M P R S T U V