Index
All Classes and Interfaces|All Packages|Serialized Form
A
- a - Variable in class bagel.util.Colour
- A - Enum constant in enum class bagel.Keys
- AbstractGame - Class in bagel
-
The base class for all Bagel games.
- AbstractGame() - Constructor for class bagel.AbstractGame
-
Create the game with a default window size (1024x768) and title ("Game").
- AbstractGame(int, int) - Constructor for class bagel.AbstractGame
-
Create the game with a default title ("Game").
- AbstractGame(int, int, String) - Constructor for class bagel.AbstractGame
-
Create the game.
- add(Vector2) - Method in class bagel.util.Vector2
-
Returns the result of adding rhs to this vector.
- APOSTROPHE - Enum constant in enum class bagel.Keys
- asPoint() - Method in class bagel.util.Vector2
-
Converts the vector to a
Pointwith the same x and y values. - asVector() - Method in class bagel.util.Point
-
Converts this point to a
Vector2with the same x and y values.
All Classes and Interfaces|All Packages|Serialized Form