javax.media.nativewindow.windows
Class WindowsGraphicsDevice

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

public class WindowsGraphicsDevice
extends DefaultGraphicsDevice
implements Cloneable

Encapsulates a graphics device on Windows platforms.


Field Summary
 
Fields inherited from interface javax.media.nativewindow.AbstractGraphicsDevice
DEFAULT_CONNECTION, DEFAULT_UNIT, EXTERNAL_CONNECTION
 
Constructor Summary
WindowsGraphicsDevice(int unitID)
          Constructs a new WindowsGraphicsDevice
WindowsGraphicsDevice(String connection, int unitID)
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class javax.media.nativewindow.DefaultGraphicsDevice
close, getConnection, getHandle, getToolkitLock, getType, getUniqueID, getUnitID, lock, toString, unlock
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowsGraphicsDevice

public WindowsGraphicsDevice(int unitID)
Constructs a new WindowsGraphicsDevice


WindowsGraphicsDevice

public WindowsGraphicsDevice(String connection,
                             int unitID)
Method Detail

clone

public Object clone()
Overrides:
clone in class DefaultGraphicsDevice


Copyright 2010 JogAmp Community.