public class ScreenSize
extends java.lang.Object
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| boolean | fullscreen | 
| java.util.OptionalInt | fullscreenHeight | 
| java.util.OptionalInt | fullscreenWidth | 
| int | height | 
| int | width | 
| コンストラクタと説明 | 
|---|
| ScreenSize(int widthIn,
          int heightIn,
          java.util.OptionalInt fullscreenWidthIn,
          java.util.OptionalInt fullscreenHeightIn,
          boolean fullscreenIn) |