public interface Screen
Modifier and Type | Method and Description |
---|---|
int |
getAvailHeight()
Specifies the height of the screen, in pixels, minus permanent or semipermanent user interface features displayed by the operating system, such as the Taskbar on Windows.
|
int |
getAvailLeft()
Returns the first available pixel available from the left side of the screen.
|
int |
getAvailTop()
Specifies the y-coordinate of the first pixel that is not allocated to permanent or semipermanent user interface features.
|
int |
getAvailWidth()
Returns the amount of horizontal space in pixels available to the window.
|
int |
getColorDepth()
Returns the color depth of the screen.
|
int |
getHeight()
Returns the height of the screen in pixels.
|
int |
getPixelDepth()
Gets the bit depth of the screen.
|
int |
getWidth()
Returns the width of the screen.
|
int getAvailHeight()
int getAvailLeft()
int getAvailTop()
int getAvailWidth()
int getColorDepth()
int getHeight()
int getPixelDepth()
int getWidth()
Copyright © 2018. All rights reserved.