public class EGLGraphicsDevice extends DefaultGraphicsDevice implements Cloneable
DEFAULT_CONNECTION, DEFAULT_UNIT, EXTERNAL_CONNECTION| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
close, getConnection, getHandle, getToolkitLock, getType, getUniqueID, getUnitID, lock, toString, unlockpublic EGLGraphicsDevice(String connection, int unitID)
public EGLGraphicsDevice(long eglDisplay,
String connection,
int unitID)
public Object clone()
clone in class DefaultGraphicsDeviceCopyright 2010 JogAmp Community.