public class ScreenSize
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
fullscreen |
java.util.OptionalInt |
fullscreenHeight |
java.util.OptionalInt |
fullscreenWidth |
int |
height |
int |
width |
| Constructor and Description |
|---|
ScreenSize(int widthIn,
int heightIn,
java.util.OptionalInt fullscreenWidthIn,
java.util.OptionalInt fullscreenHeightIn,
boolean fullscreenIn) |