javax.media.nativewindow.egl
Class EGLGraphicsDevice
java.lang.Object
javax.media.nativewindow.DefaultGraphicsDevice
javax.media.nativewindow.egl.EGLGraphicsDevice
- All Implemented Interfaces:
- Cloneable, AbstractGraphicsDevice
public class EGLGraphicsDevice
- extends DefaultGraphicsDevice
- implements Cloneable
Encapsulates a graphics device on EGL platforms.
Constructor Summary |
EGLGraphicsDevice(long eglDisplay,
String connection,
int unitID)
Constructs a new EGLGraphicsDevice corresponding to the given EGL display handle. |
EGLGraphicsDevice(String connection,
int unitID)
Note that this is not an open connection, ie no native display handle exist. |
EGLGraphicsDevice
public EGLGraphicsDevice(String connection,
int unitID)
- Note that this is not an open connection, ie no native display handle exist.
This constructor exist to setup a default device connection/unit.
EGLGraphicsDevice
public EGLGraphicsDevice(long eglDisplay,
String connection,
int unitID)
- Constructs a new EGLGraphicsDevice corresponding to the given EGL display handle.
clone
public Object clone()
- Overrides:
clone
in class DefaultGraphicsDevice
Copyright 2010 JogAmp Community.