com.jogamp.nativewindow.impl.x11
Class X11Util.NamedDisplay

java.lang.Object
  extended by com.jogamp.nativewindow.impl.RecursiveToolkitLock
      extended by com.jogamp.nativewindow.impl.x11.X11Util.NamedDisplay
All Implemented Interfaces:
Cloneable
Enclosing class:
X11Util

public static class X11Util.NamedDisplay
extends RecursiveToolkitLock
implements Cloneable


Constructor Summary
protected X11Util.NamedDisplay(String name, long handle)
           
 
Method Summary
 Object clone()
           
 long getHandle()
           
 String getName()
           
 int getRefCount()
           
 boolean isUncloseable()
           
 String toString()
           
 
Methods inherited from class com.jogamp.nativewindow.impl.RecursiveToolkitLock
getLockedStack, getOwner, getRecursionCount, isLocked, isOwner, isOwner, lock, unlock, unlock, validateLocked
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X11Util.NamedDisplay

protected X11Util.NamedDisplay(String name,
                               long handle)
Method Detail

getName

public final String getName()

getHandle

public final long getHandle()

getRefCount

public final int getRefCount()

isUncloseable

public final boolean isUncloseable()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 JogAmp Community.