Class MultiMonitorUtil
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.MultiMonitorUtil
 
- 
 public class MultiMonitorUtil extends java.lang.ObjectSome util functions for getting device information on multi monitor set ups
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intfindScreen(java.awt.Window w)Find what screen/device the window is currently onstatic java.awt.GraphicsDevicegetDeviceAt(int index)Returns the graphical device at given indexstatic intgetNumberOfScreens()Returns the number of devices that are currently set up in the environment
 
- 
- 
- 
Method Detail- 
findScreenpublic static int findScreen(java.awt.Window w) Find 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
 - 
getDeviceAtpublic static java.awt.GraphicsDevice getDeviceAt(int index) Returns the graphical device at given index
 
- 
 
-