|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameScale | |
org.gjt.universe | |
org.gjt.universe.gui |
Uses of GameScale in org.gjt.universe |
Fields in org.gjt.universe 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 org.gjt.universe 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 org.gjt.universe 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 org.gjt.universe.gui |
Fields in org.gjt.universe.gui declared as GameScale | |
private GameScale |
GUIGalaxyOptionsPanel.myGameScale
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |