Uses of Class
lab1.GameTile

Uses of GameTile in lab1
 

Subclasses of GameTile in lab1
 class RectangularTile
          A rectangular tile manages painting of a filled rectangle in a specified area of the screen.
 class RoundTile
          A round tile manages painting of a circle in a specified area of the screen.
 

Methods in lab1 that return GameTile
 GameTile GameModel.getGameboardState(int x, int y)
          Returns the GameTile in logical position (x,y) of the gameboard.
 GameTile GameModel.getGameboardState(Position pos)
          Returns the GameTile in logical position (x,y) of the gameboard.