Added Methods |
int getAvailableAcceleratedMemory()
|
This method returns the number of bytes available in accelerated memory on this device. |
DisplayMode getDisplayMode()
|
Returns the current display mode of this GraphicsDevice . |
DisplayMode[] getDisplayModes()
|
Returns all display modes available for this GraphicsDevice . |
Window getFullScreenWindow()
|
Returns the Window object representing the full-screen window if the device is in full-screen mode. |
boolean isDisplayChangeSupported()
|
Returns true if this GraphicsDevice supports low-level display changes. |
boolean isFullScreenSupported()
|
Returns true if this GraphicsDevice supports full-screen exclusive mode. |
void setDisplayMode(DisplayMode )
|
Sets the display mode of this graphics device. |
void setFullScreenWindow(Window )
|
Enter full-screen mode or return to windowed mode. |