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
FieldsFields inherited from class gaiasky.util.Settings.ScreenshotSettings
format, location, MAX_SCREENSHOT_SIZE, MIN_SCREENSHOT_SIZE, mode, quality, resolutionFields inherited from class gaiasky.util.SettingsObject
parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gaiasky.util.Settings.ScreenshotSettings
dispose, isAdvancedMode, isSimpleMode, setFormat, setMode, setParentRecursiveMethods 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:
setupListenersin classSettings.ScreenshotSettings
-
notify
Description copied from interface:IObserverEvent notification call.- Specified by:
notifyin interfaceIObserver- Overrides:
notifyin classSettings.ScreenshotSettings- Parameters:
event- The event type.source- The source object, if any.data- The data associated with this event.
-
clone
- Overrides:
clonein classSettings.ScreenshotSettings
-
apply
public void apply()- Overrides:
applyin classSettings.ScreenshotSettings
-