Package gaiasky.util
Class Settings.FrameSettings
java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.ScreenshotSettings
gaiasky.util.Settings.FrameSettings
- Enclosing class:
- Settings
-
Field Summary
Fields inherited from class gaiasky.util.Settings.ScreenshotSettings
format, location, MAX_SCREENSHOT_SIZE, MIN_SCREENSHOT_SIZE, mode, quality, resolution
Fields inherited from class gaiasky.util.SettingsObject
parent
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.util.Settings.ScreenshotSettings
dispose, isAdvancedMode, isSimpleMode, setFormat, setMode, setParentRecursive
Methods inherited from class gaiasky.util.SettingsObject
isEnabled, setParent
-
Field Details
-
active
public boolean active -
prefix
-
time
public boolean time -
targetFps
public double targetFps
-
-
Constructor Details
-
FrameSettings
public FrameSettings()
-
-
Method Details
-
setupListeners
protected void setupListeners()- Overrides:
setupListeners
in classSettings.ScreenshotSettings
-
notify
Description copied from interface:IObserver
Event notification call.- Specified by:
notify
in interfaceIObserver
- Overrides:
notify
in classSettings.ScreenshotSettings
- Parameters:
event
- The event type.source
- The source object, if any.data
- The data associated with this event.
-
clone
- Overrides:
clone
in classSettings.ScreenshotSettings
-
apply
public void apply()- Overrides:
apply
in classSettings.ScreenshotSettings
-