public interface Display
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Get current screen depth.
|
int |
getDesiredRate()
Get desired rate (not the real value).
|
int |
getHeight()
Get current screen height.
|
java.lang.String |
getRatio()
Get screen ratio (ex: 4/3).
|
int |
getWidth()
Get current screen width.
|
boolean |
isWindowed()
Get windowed state (true=windowed).
|
int getWidth()
int getHeight()
int getDepth()
int getDesiredRate()
boolean isWindowed()
java.lang.String getRatio()