Class MultiMonitorUtil
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.MultiMonitorUtil
Some util functions for getting device information on multi monitor set ups
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
findScreen
(Window w) Find what screen/device the window is currently onstatic GraphicsDevice
getDeviceAt
(int index) Returns the graphical device at given indexstatic int
Returns the number of devices that are currently set up in the environment
-
Method Details
-
findScreen
Find what screen/device the window is currently on -
getNumberOfScreens
public static int getNumberOfScreens()Returns the number of devices that are currently set up in the environment -
getDeviceAt
Returns the graphical device at given index
-