Uses of Class
gecco.client.Map

Packages that use Map
gecco.client   
 

Uses of Map in gecco.client
 

Fields in gecco.client declared as Map
(package private)  Map Board.map
          Description of the Field
(package private)  Map Game.map
          Description of the Field
 

Methods in gecco.client with parameters of type Map
 void Board.loadMap(Map m, Point mapUpperLeft)
          Sets the map of the board with the given point as upper left corner.