A B C D E F G H I K L M N O P Q R S T U V X Y 
All Classes All Packages

G

game - Variable in class break_out.controller.Controller
The game as model that is connected to this controller
game - Variable in class break_out.model.Level
The game to which the level belongs
game - Variable in class break_out.view.View
The connected game
Game - Class in break_out.model
This class contains information about the game (the model in MVC)
Game(Controller) - Constructor for class break_out.model.Game
The constructor creates a new game instance with the given Controller
getBall() - Method in class break_out.model.Level
The getter for the ball object
getController() - Method in class break_out.model.Game
Getter for the Controller
getDirection() - Method in class break_out.model.Ball
The getter for the balls direction
getDirection() - Method in interface break_out.model.IBall
 
getDx() - Method in interface break_out.model.IVector2D
 
getDx() - Method in class break_out.model.Vector2D
Getter for the dx-part
getDy() - Method in interface break_out.model.IVector2D
 
getDy() - Method in class break_out.model.Vector2D
Getter for the dy-part
getField() - Method in class break_out.view.View
Getter for the playground
getGame() - Method in class break_out.view.View
Getter for the game
getLevel() - Method in class break_out.model.Game
Getter for the current Level
getPlayersName() - Method in class break_out.view.StartScreen
Returns the players name
getPosition() - Method in class break_out.model.Ball
The getter for the balls position
getPosition() - Method in interface break_out.model.IBall
 
getQuitButton() - Method in class break_out.view.StartScreen
Returns the quit button
getScore() - Method in class break_out.model.Game
Getter for the total score
getStartButton() - Method in class break_out.view.StartScreen
Returns the start button
getStartScreen() - Method in class break_out.view.View
Getter for the start screen
getX() - Method in class break_out.model.Position
Getter for the x-coordinate
getY() - Method in class break_out.model.Position
Getter for y-coordinate
A B C D E F G H I K L M N O P Q R S T U V X Y 
All Classes All Packages