Uses of Class
ch.sahits.game.openpatrician.model.EGameSpeed

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

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

Fields in ch.sahits.game.openpatrician.model declared as EGameSpeed
private  EGameSpeed Game.speed
           
 

Methods in ch.sahits.game.openpatrician.model that return EGameSpeed
 EGameSpeed IGame.getGameSpeed()
          Retrieve the current game speed
 EGameSpeed Game.getGameSpeed()
           
static EGameSpeed EGameSpeed.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EGameSpeed[] EGameSpeed.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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



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