javax.media.nativewindow.macosx
Class MacOSXGraphicsDevice

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

public class MacOSXGraphicsDevice
extends DefaultGraphicsDevice
implements Cloneable

Encapsulates a graphics device on MacOSX platforms.


Field Summary
 
Fields inherited from class javax.media.nativewindow.DefaultGraphicsDevice
handle
 
Constructor Summary
MacOSXGraphicsDevice()
          Constructs a new MacOSXGraphicsDevice
 
Method Summary
 Object clone()
           
 
Methods inherited from class javax.media.nativewindow.DefaultGraphicsDevice
getHandle, getType, lock, toString, unlock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacOSXGraphicsDevice

public MacOSXGraphicsDevice()
Constructs a new MacOSXGraphicsDevice

Method Detail

clone

public Object clone()
Overrides:
clone in class DefaultGraphicsDevice


Copyright 2010 JogAmp Community.