All Classes
-
All Classes Interface Summary Class Summary Class Description Ball This class contains the information about the balls characteristics and behaviorConstants A class that contains all constant values to configure the gameController The controller takes care of the input events and reacts on those events by manipulating the view and updates the model.Field The field represents the board of the game.Game This class contains information about the game (the model in MVC)IBall ILevel IPaddle IVector2D Level This class contains information about the running gameMain The entry point of the program.Paddle This class contains the information about the paddles characteristics and behaviorPosition This class represents a position within the board in pixel coordinatesSectionPanel This panel represents the background for special divisions in this applicationStartScreen This screen serves the configuration of the game.Vector2D This class represent a two dimensional vector.View The view class manages the depiction of the components inside the JFrames.