- RectangularTile - Class in lab1
-
A rectangular tile manages painting of a
filled rectangle in a specified area of the screen.
- RectangularTile(Color) - Constructor for class lab1.RectangularTile
-
Creates a rectangular game tile.
- RoundTile - Class in lab1
-
A round tile manages painting of a circle
in a specified area of the screen.
- RoundTile(Color) - Constructor for class lab1.RoundTile
-
Creates a circular game tile.
- RoundTile(Color, Color) - Constructor for class lab1.RoundTile
-
Creates a circular game tile with a stroke around it.
- RoundTile(Color, Color, double) - Constructor for class lab1.RoundTile
-
Creates a circular game tile with a stroke around it.
- RoundTile(Color, Color, double, double) - Constructor for class lab1.RoundTile
-
Creates a circular game tile with a stroke around it.
- run() - Method in class lab1.GameController
-
This code runs the game in a different thread.