Package gaiasky.util
Class Settings.GraphicsSettings
java.lang.Object
gaiasky.util.Settings.GraphicsSettings
- All Implemented Interfaces:
IObserver
- Enclosing class:
Settings
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionint[]doublebooleanfinal double[]doublebooleanint[]booleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidEvent notification call.voidresize(int w, int h) voidsetQuality(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:IObserverEvent notification call.
-