com.metsci.glimpse.gl
Class GLSimpleListenerAbstract
java.lang.Object
com.metsci.glimpse.gl.GLSimpleListenerAbstract
- All Implemented Interfaces:
- GLSimpleListener
- Direct Known Subclasses:
- GLCapabilityLogger, GLLayoutPainter
public abstract class GLSimpleListenerAbstract
- extends java.lang.Object
- implements GLSimpleListener
Method Summary |
javax.media.opengl.GLEventListener |
asJoglListener()
|
void |
dispose(javax.media.opengl.GLContext context)
Free GPU and CPU memory associated with this this context. |
GLListenerInfo |
getInfo()
Returns diagnostics which can include things such as estimated memory
usage. |
boolean |
isDisposed()
Whether this listener has been disposed, making it unavailable for use. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLSimpleListenerAbstract
public GLSimpleListenerAbstract()
asJoglListener
public javax.media.opengl.GLEventListener asJoglListener()
isDisposed
public boolean isDisposed()
- Description copied from interface:
GLSimpleListener
- Whether this listener has been disposed, making it unavailable for use.
- Specified by:
isDisposed
in interface GLSimpleListener
dispose
public void dispose(javax.media.opengl.GLContext context)
- Description copied from interface:
GLSimpleListener
- Free GPU and CPU memory associated with this this context.
- Specified by:
dispose
in interface GLSimpleListener
getInfo
public GLListenerInfo getInfo()
- Description copied from interface:
GLSimpleListener
- Returns diagnostics which can include things such as estimated memory
usage.
- Specified by:
getInfo
in interface GLSimpleListener
Copyright © 2012 Metron, Inc.. All Rights Reserved.