Uses of Interface
ch.sahits.game.openpatrician.model.IMap

Packages that use IMap
ch.sahits.game.openpatrician.model   
 

Uses of IMap in ch.sahits.game.openpatrician.model
 

Classes in ch.sahits.game.openpatrician.model that implement IMap
(package private)  class GameMap
          Implementation of the game map.
 

Fields in ch.sahits.game.openpatrician.model declared as IMap
private  IMap Game.map
           
 

Methods in ch.sahits.game.openpatrician.model that return IMap
static IMap GameFactory.createMap()
          Create the standard map with all cities defined in ECityName
 IMap IGame.getMap()
          Retrieve the map
 IMap Game.getMap()
           
 

Methods in ch.sahits.game.openpatrician.model with parameters of type IMap
static IGame GameFactory.createGame(IMap map, EObjective objective, Difficulty difficulty, EGameSpeed speed, int startYear)
           
 

Constructors in ch.sahits.game.openpatrician.model with parameters of type IMap
Game(IMap map, EObjective objective, Difficulty difficulty, EGameSpeed speed, Date gameTime)
           
 



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.