Modifier and Type | Method and Description |
---|---|
Resolution |
getHorizontalResolution()
Gets or sets the horizontal resolution.
|
Size |
getScreenSize()
Gets or sets the size of the screen.
|
Resolution |
getVerticalResolution()
Gets or sets the vertical resolution.
|
Size |
getWindowSize()
Gets or sets the size of the window.
|
void |
setHorizontalResolution(Resolution value)
Gets or sets the horizontal resolution.
|
void |
setScreenSize(Size value)
Gets or sets the size of the screen.
|
void |
setVerticalResolution(Resolution value)
Gets or sets the vertical resolution.
|
void |
setWindowSize(Size value)
Gets or sets the size of the window.
|
Size getScreenSize()
Gets or sets the size of the screen.
Value: The size of the screen.void setScreenSize(Size value)
Gets or sets the size of the screen.
Value: The size of the screen.Size getWindowSize()
Gets or sets the size of the window.
Value: The size of the window.void setWindowSize(Size value)
Gets or sets the size of the window.
Value: The size of the window.Resolution getHorizontalResolution()
Gets or sets the horizontal resolution.
Value: The horizontal resolution.void setHorizontalResolution(Resolution value)
Gets or sets the horizontal resolution.
Value: The horizontal resolution.Resolution getVerticalResolution()
Gets or sets the vertical resolution.
Value: The vertical resolution.void setVerticalResolution(Resolution value)
Gets or sets the vertical resolution.
Value: The vertical resolution.