Package gaiasky.util
Class Settings.GraphicsSettings
java.lang.Object
gaiasky.util.Settings.GraphicsSettings
- All Implemented Interfaces:
IObserver
- Enclosing class:
Settings
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionint[]
double
boolean
final double[]
double
boolean
int[]
boolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
Event notification call.void
resize
(int w, int h) void
setQuality
(String qualityString)
-
Field Details
-
quality
-
resolution
public int[] resolution -
resizable
public boolean resizable -
fullScreen
-
vsync
public boolean vsync -
fpsLimit
public double fpsLimit -
backBufferScale
public double backBufferScale -
backBufferResolution
public int[] backBufferResolution -
dynamicResolution
public boolean dynamicResolution -
dynamicResolutionScale
public final double[] dynamicResolutionScale -
screenOutput
public boolean screenOutput
-
-
Constructor Details
-
GraphicsSettings
public GraphicsSettings()
-
-
Method Details
-
setQuality
-
getScreenWidth
public int getScreenWidth() -
getScreenHeight
public int getScreenHeight() -
resize
public void resize(int w, int h) -
notify
Description copied from interface:IObserver
Event notification call.
-