Package com.jogamp.nativewindow.windows
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.
-
-
Field Summary
-
Fields inherited from interface com.jogamp.nativewindow.AbstractGraphicsDevice
DEBUG, DEFAULT_CONNECTION, DEFAULT_UNIT, EXTERNAL_CONNECTION
-
-
Constructor Summary
Constructors Constructor Description WindowsGraphicsDevice(int unitID)
Constructs a new WindowsGraphicsDeviceWindowsGraphicsDevice(String connection, int unitID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
-
Methods inherited from class com.jogamp.nativewindow.DefaultGraphicsDevice
clearHandleOwner, close, getConnection, getDefaultDisplayConnection, getDefaultDisplayConnection, getHandle, getToolkitLock, getType, getUniqueID, getUnitID, isHandleOwner, lock, open, swapDeviceHandleAndOwnership, toString, unlock, validateLocked
-
-
-
-
Constructor Detail
-
WindowsGraphicsDevice
public WindowsGraphicsDevice(int unitID)
Constructs a new WindowsGraphicsDevice
-
WindowsGraphicsDevice
public WindowsGraphicsDevice(String connection, int unitID)
-
-
Method Detail
-
clone
public Object clone()
- Specified by:
clone
in interfaceAbstractGraphicsDevice
- Overrides:
clone
in classDefaultGraphicsDevice
-
-