Package com.jogamp.nativewindow.windows
Class WindowsGraphicsDevice
java.lang.Object
com.jogamp.nativewindow.DefaultGraphicsDevice
com.jogamp.nativewindow.windows.WindowsGraphicsDevice
- All Implemented Interfaces:
AbstractGraphicsDevice
,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
ConstructorsConstructorDescriptionWindowsGraphicsDevice
(int unitID) Constructs a new WindowsGraphicsDeviceWindowsGraphicsDevice
(String connection, int unitID) -
Method Summary
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 Details
-
WindowsGraphicsDevice
public WindowsGraphicsDevice(int unitID) Constructs a new WindowsGraphicsDevice -
WindowsGraphicsDevice
-
-
Method Details
-
clone
- Specified by:
clone
in interfaceAbstractGraphicsDevice
- Overrides:
clone
in classDefaultGraphicsDevice
-