A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
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 interface break_out.model.ILevel
- getBall() - Method in class break_out.model.Level
-
The getter for the ball object
- getColor() - Method in class break_out.model.Ball
-
The getter for the balls color
- getColor() - Method in interface break_out.model.IPaddle
- getColor() - Method in interface break_out.model.IStone
- getColor() - Method in class break_out.model.Paddle
-
The getter for the paddles color
- getColor() - Method in class break_out.model.Stone
-
The getter for the stones color Can be null because a stone could not exist
- 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
- getDirection() - Method in interface break_out.model.IPaddle
- getDirection() - Method in class break_out.model.Paddle
-
The getter for the paddles direction
- 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
- getHeight() - Method in interface break_out.model.IPaddle
- getHeight() - Method in class break_out.model.Paddle
-
The getter for the paddles height
- getHitState() - Method in class break_out.model.Ball
-
The getter for the balls hit state
- getHitStone() - Method in class break_out.model.Ball
-
returns the stone which got hit, can be null
- getHitStone() - Method in interface break_out.model.IBall
- getLevel() - Method in class break_out.model.Game
-
Getter for the current Level
- getLifeCounter() - Method in class break_out.controller.JSONReader
-
Getter for the lifeCounter of the JSON file
- getPaddleBottom() - Method in interface break_out.model.ILevel
- getPaddleBottom() - Method in class break_out.model.Level
-
The getter for the bottom paddle object
- getPaddleTop() - Method in interface break_out.model.ILevel
- getPaddleTop() - Method in class break_out.model.Level
-
The getter for the top paddle object
- 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
- getPosition() - Method in interface break_out.model.IPaddle
- getPosition() - Method in interface break_out.model.IStone
- getPosition() - Method in class break_out.model.Paddle
-
The getter for the paddles position
- getPosition() - Method in class break_out.model.Stone
-
The getter for the stones position
- 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
- getStones() - Method in interface break_out.model.ILevel
- getStones() - Method in class break_out.model.Level
-
The getter for the levels stones
- getStones2DArray() - Method in class break_out.controller.JSONReader
-
Getter for the stones of the JSON file
- getStonesListOfLists() - Method in class break_out.controller.JSONReader
-
Getter for the stones of the JSON file
- getType() - Method in interface break_out.model.IStone
- getType() - Method in class break_out.model.Stone
-
The getter for the stones type
- getValue() - Method in interface break_out.model.IStone
- getValue() - Method in class break_out.model.Stone
-
The getter for the stones value to calculate players score
- getWidth() - Method in interface break_out.model.IPaddle
- getWidth() - Method in class break_out.model.Paddle
-
The getter for the paddles width
- 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
All Classes All Packages