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

java.lang.Object
  extended by com.jogamp.nativewindow.impl.x11.X11Util.NamedDisplay
Enclosing class:
X11Util

public static class X11Util.NamedDisplay
extends Object


Constructor Summary
protected X11Util.NamedDisplay(String name, long handle)
           
 
Method Summary
 Object clone()
           
 Throwable getCreationStack()
           
 long getHandle()
           
 String getName()
           
 int getRefCount()
           
 boolean isUncloseable()
           
 void setUncloseable(boolean v)
           
 String toString()
           
 
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()

setUncloseable

public final void setUncloseable(boolean v)

isUncloseable

public final boolean isUncloseable()

getCreationStack

public final Throwable getCreationStack()

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.