Package | Description |
---|---|
com.metsci.glimpse.gl |
Texture, shader, frame buffer, vertex buffer, and other general
OpenGL utility classes.
|
com.metsci.glimpse.gl.layout |
Modifier and Type | Class and Description |
---|---|
class |
GLCapabilityLogger |
class |
GLSimpleListenerAbstract |
Modifier and Type | Method and Description |
---|---|
void |
GLSimpleFrameBufferObject.addListener(GLSimpleListener listener) |
void |
GLSimplePixelBuffer.addListener(GLSimpleListener listener) |
void |
GLSimplePixelBuffer.removeListener(GLSimpleListener listener) |
Constructor and Description |
---|
GLSimpleFboListenerEntry(GLSimpleListener listener) |
GLSimplePixelBuffer.ListenerEntry(GLSimpleListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
GLLayoutPainter
Don't forget the "bottomtotop" layout constraint for MiG, or things will be
upside-down from what you probably expect.
|
Modifier and Type | Method and Description |
---|---|
void |
GLLayoutPainter.addSimpleListener(GLSimpleListener listener) |
void |
GLLayoutPainter.addSimpleListener(GLSimpleListener listener,
GLDisplayCallback c) |
void |
GLDisplayCallback.postDisplay(GLSimpleListener listener,
javax.media.opengl.GLContext context,
boolean hovered) |
void |
GLDisplayCallback.preDisplay(GLSimpleListener listener,
javax.media.opengl.GLContext context,
boolean hovered) |
void |
GLLayoutPainter.removeSimpleListener(GLSimpleListener layout) |
Copyright © 2013 Metron, Inc.. All rights reserved.