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 MonitorHardware. getCurrentMonitor()Obtains an object which represents the current monitor the window is using.static MonitorWindow. getMonitor()Obtains theMonitorwhich 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 voidWindow. setMonitor(Monitor monitor)Changes the current monitor the window will use.