Package com.jogamp.nativewindow.macosx
Class MacOSXGraphicsDevice
- java.lang.Object
-
- com.jogamp.nativewindow.DefaultGraphicsDevice
-
- com.jogamp.nativewindow.macosx.MacOSXGraphicsDevice
-
- All Implemented Interfaces:
AbstractGraphicsDevice
,Cloneable
public class MacOSXGraphicsDevice extends DefaultGraphicsDevice implements Cloneable
Encapsulates a graphics device on MacOSX platforms.
-
-
Field Summary
-
Fields inherited from interface com.jogamp.nativewindow.AbstractGraphicsDevice
DEBUG, DEFAULT_CONNECTION, DEFAULT_UNIT, EXTERNAL_CONNECTION
-
-
Constructor Summary
Constructors Constructor Description MacOSXGraphicsDevice(int unitID)
Constructs a new MacOSXGraphicsDevice
-
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
-
-
-
-
Method Detail
-
clone
public Object clone()
- Specified by:
clone
in interfaceAbstractGraphicsDevice
- Overrides:
clone
in classDefaultGraphicsDevice
-
-