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
Modifier and TypeFieldDescriptionstatic final int
static final int
float
int[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
Event notification call.void
void
-
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:IObserver
Event notification call.
-