Uses of Class
org.xjge.core.Monitor
Package | Description |
---|---|
org.xjge.core |
Contains various classes, objects, and utilities many of which are essential
to the function of the engine.
|
-
Uses of Monitor in org.xjge.core
Methods in org.xjge.core that return Monitor Modifier and Type Method Description static Monitor
Hardware. getCurrentMonitor()
Obtains an object which represents the current monitor the window is using.static Monitor
Window. getMonitor()
Obtains theMonitor
which the window is currently using.Methods in org.xjge.core that return types with arguments of type Monitor Modifier and Type Method Description static java.util.NavigableMap<java.lang.Integer,Monitor>
Hardware. findMonitors()
Finds every available display device currently connected to the system and returns them in a collection.Methods in org.xjge.core with parameters of type Monitor Modifier and Type Method Description static void
Window. setMonitor(Monitor monitor)
Changes the current monitor the window will use.