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 SummaryModifier and TypeMethodDescriptionstatic intfindScreen(Window w) Find what screen/device the window is currently onstatic GraphicsDevicegetDeviceAt(int index) Returns the graphical device at given indexstatic intReturns the number of devices that are currently set up in the environment
- 
Method Details- 
findScreenFind what screen/device the window is currently on
- 
getNumberOfScreenspublic static int getNumberOfScreens()Returns the number of devices that are currently set up in the environment
- 
getDeviceAtReturns the graphical device at given index
 
-