Package | Description |
---|---|
control | |
userInterface |
Modifier and Type | Field and Description |
---|---|
private World |
Control.world
Physics world for the ball world.
|
Modifier and Type | Field and Description |
---|---|
private World |
Keyboard.world
The physics world.
|
private World |
UI.world
The physics world.
|
Constructor and Description |
---|
Keyboard(World world)
Constructs an instance of the KeyBoard
|
UI(World world,
int rows,
int columns,
int fontSize)
Constructs the user interface.
|