- ui - Variable in class control.Control
-
User interface for the ball world
- UI - Class in userInterface
-
Defines the user interface.
- UI(World, int, int, int) - Constructor for class userInterface.UI
-
Constructs the user interface.
- update() - Method in class physics.Ball
-
Updates the physics of the ball.
- updateDirection(Direction) - Method in class physics.Ball
-
Changes the speed of the ball based on the direction.
- updateDirection(Direction) - Method in class physics.World
-
Hides access to the Ball.
- userInterface - package userInterface
-