Package gaiasky.util
Class Settings.ScreenshotSettings
java.lang.Object
gaiasky.util.Settings.ScreenshotSettings
- All Implemented Interfaces:
IObserver
- Direct Known Subclasses:
Settings.FrameSettings
- Enclosing class:
- Settings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intfloatint[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidEvent notification call.voidvoid
-
Field Details
-
MIN_SCREENSHOT_SIZE
public static final int MIN_SCREENSHOT_SIZE- See Also:
-
MAX_SCREENSHOT_SIZE
public static final int MAX_SCREENSHOT_SIZE- See Also:
-
location
-
format
-
quality
public float quality -
mode
-
resolution
public int[] resolution
-
-
Constructor Details
-
ScreenshotSettings
public ScreenshotSettings()
-
-
Method Details
-
setFormat
-
setMode
-
isSimpleMode
public boolean isSimpleMode() -
isAdvancedMode
public boolean isAdvancedMode() -
notify
Description copied from interface:IObserverEvent notification call.
-