Class WindowsGraphicsDevice

java.lang.Object
com.jogamp.nativewindow.DefaultGraphicsDevice
com.jogamp.nativewindow.windows.WindowsGraphicsDevice
All Implemented Interfaces:
AbstractGraphicsDevice, Cloneable

public class WindowsGraphicsDevice extends DefaultGraphicsDevice implements Cloneable
Encapsulates a graphics device on Windows platforms.
  • Constructor Details

    • WindowsGraphicsDevice

      public WindowsGraphicsDevice(int unitID)
      Constructs a new WindowsGraphicsDevice
    • WindowsGraphicsDevice

      public WindowsGraphicsDevice(String connection, int unitID)
  • Method Details