Uses of Class
TileSet

Uses of TileSet in <Unnamed>
 

Fields in <Unnamed> declared as TileSet
(package private)  TileSet CLIPFrame.curTileSet
          The current active Tile Set.
(package private)  TileSet TileBin.theTileSet
          The current TileSet being used
(package private)  TileSet Grid.theTileSet
          The TileSet that is currently in use.
(package private)  TileSet LogFile.theTileSet
          The TileSet used for the log
 

Methods in <Unnamed> that return TileSet
private  TileSet UserInterface.convertRulesToSet(Rules newRuleSet)
          Takes a rule set and converts it to a tile set, then returns it.
 

Methods in <Unnamed> with parameters of type TileSet
 void TileBin.LoadTileSet(TileSet curSet)
          Loads up the passed in TileSet and fills the TileBin with its tiles.
 void TileBin.setTileSet(TileSet curSet)
          Initializes the TileBin to use the passed in TileSet
 void Grid.setTileSet(TileSet curSet)
          Sets the current tile set to the passed in tile set.
 

Constructors in <Unnamed> with parameters of type TileSet
LogFile(TileSet TS, java.util.LinkedList ML)
          Constructor that sets the tile set and list of moves.