Uses of Class
universe.server.GameScale

Packages that use GameScale
universe.server   
universe.server.gui   
 

Uses of GameScale in universe.server
 

Fields in universe.server declared as GameScale
static GameScale GameScale.SMALL
           
static GameScale GameScale.MEDIUM
           
static GameScale GameScale.LARGE
           
static GameScale GameScale.HUGE
           
static GameScale GameScale.INTERGALACTIC
           
static GameScale GameScale.SMALL_GLIESE
           
static GameScale GameScale.MEDIUM_GLIESE
           
static GameScale GameScale.LARGE_GLIESE
           
static GameScale GameScale.HUGE_GLIESE
           
static GameScale GameScale.CUSTOM
           
static GameScale[] GameScale.ALL_SCALES
           
private  GameScale GameOptions.gameScale
           
 

Methods in universe.server that return GameScale
static GameScale GameScale.FindByKey(java.lang.String aKey)
          This class method returns the game scale instance matching the given key, or null if there isn't one.
 GameScale GameOptions.getGameScale()
          This method returns the game scale value contained in the game options.
 

Methods in universe.server with parameters of type GameScale
 void GameOptions.setGameScale(GameScale gs)
          This method sets the game scale value to be contained in the game options.
 

Uses of GameScale in universe.server.gui
 

Fields in universe.server.gui declared as GameScale
private  GameScale GalaxyOptionsPanel.myGameScale
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.