Index
All Classes and Interfaces|All Packages
M
- main(String[]) - Static method in class project.pong.PongApp
-
The main method launches the application.
- MainView - Class in project.pong.view
-
The MainView class represents the main view of the Pong game.
- MainView(GamePong) - Constructor for class project.pong.view.MainView
-
Constructs a MainView with the specified GamePong.
- mainViewController - Variable in class project.pong.controller.TopBarController
- MainViewController - Class in project.pong.controller
-
The MainViewController class controls the main views and functionalities of the Pong game.
- MainViewController(MainView, GamePong) - Constructor for class project.pong.controller.MainViewController
-
Constructs a MainViewController object with the specified parameters.
- move() - Method in class project.pong.model.Ball
-
Moves the ball based on its current speed and direction.
- move(int) - Method in class project.pong.model.Racket
-
Moves the racket based on the specified direction.
- moveBall() - Method in class project.pong.controller.GameController
-
Moves the ball.
- moveDown() - Method in class project.pong.model.Racket
-
Moves the racket down by its speed.
- moveUp() - Method in class project.pong.model.Racket
-
Moves the racket up by its speed.
All Classes and Interfaces|All Packages