javax.media.nativewindow.x11
Class X11GraphicsDevice

java.lang.Object
  extended by javax.media.nativewindow.DefaultGraphicsDevice
      extended by javax.media.nativewindow.x11.X11GraphicsDevice
All Implemented Interfaces:
Cloneable, AbstractGraphicsDevice

public class X11GraphicsDevice
extends DefaultGraphicsDevice
implements Cloneable

Encapsulates a graphics device on X11 platforms.


Field Summary
 
Fields inherited from class javax.media.nativewindow.DefaultGraphicsDevice
handle
 
Constructor Summary
X11GraphicsDevice(long display)
          Constructs a new X11GraphicsDevice corresponding to the given native display handle.
 
Method Summary
 Object clone()
           
 
Methods inherited from class javax.media.nativewindow.DefaultGraphicsDevice
getHandle, getType, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X11GraphicsDevice

public X11GraphicsDevice(long display)
Constructs a new X11GraphicsDevice corresponding to the given native display handle.

Method Detail

clone

public Object clone()
Overrides:
clone in class DefaultGraphicsDevice


Copyright 2010 JogAmp Community.