javax.media.nativewindow.x11
Class X11GraphicsDevice
java.lang.Object
javax.media.nativewindow.DefaultGraphicsDevice
javax.media.nativewindow.x11.X11GraphicsDevice
- All Implemented Interfaces:
- Cloneable, AbstractGraphicsDevice
public class X11GraphicsDevice
- extends DefaultGraphicsDevice
- implements Cloneable
Encapsulates a graphics device on X11 platforms.
Constructor Summary |
X11GraphicsDevice(long display)
Constructs a new X11GraphicsDevice corresponding to the given native display handle. |
X11GraphicsDevice
public X11GraphicsDevice(long display)
- Constructs a new X11GraphicsDevice corresponding to the given native display handle.
clone
public Object clone()
- Overrides:
clone
in class DefaultGraphicsDevice
lock
public void lock()
- Specified by:
lock
in interface AbstractGraphicsDevice
- Overrides:
lock
in class DefaultGraphicsDevice
unlock
public void unlock()
- Specified by:
unlock
in interface AbstractGraphicsDevice
- Overrides:
unlock
in class DefaultGraphicsDevice
Copyright 2010 JogAmp Community.