Package gaiasky.util
Class Settings.ProgramSettings
java.lang.Object
gaiasky.util.Settings.ProgramSettings
- All Implemented Interfaces:
IObserver
- Enclosing class:
- Settings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
Flag to mark whether safe mode is activated via command line argument.boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Event notification call.void
setTimeZone
(String timeZone)
-
Field Details
-
safeMode
public boolean safeMode -
safeModeFlag
public boolean safeModeFlagFlag to mark whether safe mode is activated via command line argument. -
debugInfo
public boolean debugInfo -
offlineMode
public boolean offlineMode -
saveProceduralTextures
public boolean saveProceduralTextures -
minimap
-
fileChooser
-
pointer
-
recursiveGrid
-
modeStereo
-
modeCubemap
-
net
-
ui
-
exitConfirmation
public boolean exitConfirmation -
locale
-
update
-
url
-
timeZone
-
-
Constructor Details
-
ProgramSettings
public ProgramSettings()
-
-
Method Details
-
getDefaultLocale
-
getLocale
-
isStereoOrCubemap
public boolean isStereoOrCubemap() -
setTimeZone
-
notify
Description copied from interface:IObserver
Event notification call.
-