Serialized Form


Package net.java.games.cg

Class net.java.games.cg.CgException extends java.lang.RuntimeException implements Serializable


Package net.java.games.jogl

Class net.java.games.jogl.GLCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

drawableHelper

net.java.games.jogl.impl.GLDrawableHelper drawableHelper

context

net.java.games.jogl.impl.GLContext context

initAction

net.java.games.jogl.GLCanvas.InitAction initAction

displayAction

net.java.games.jogl.GLCanvas.DisplayAction displayAction

swapBuffersAction

net.java.games.jogl.GLCanvas.SwapBuffersAction swapBuffersAction

displayOnEventDispatchThreadAction

net.java.games.jogl.GLCanvas.DisplayOnEventDispatchThreadAction displayOnEventDispatchThreadAction

swapBuffersOnEventDispatchThreadAction

net.java.games.jogl.GLCanvas.SwapBuffersOnEventDispatchThreadAction swapBuffersOnEventDispatchThreadAction

Class net.java.games.jogl.GLException extends java.lang.RuntimeException implements Serializable

Class net.java.games.jogl.GLJPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

drawableHelper

net.java.games.jogl.impl.GLDrawableHelper drawableHelper

isInitialized

boolean isInitialized

offscreenCaps

GLCapabilities offscreenCaps

chooser

GLCapabilitiesChooser chooser

shareWith

GLDrawable shareWith

offscreenImage

java.awt.image.BufferedImage offscreenImage

readBackBytes

byte[] readBackBytes

readBackInts

int[] readBackInts

readBackWidthInPixels

int readBackWidthInPixels

readBackHeightInPixels

int readBackHeightInPixels

panelWidth

int panelWidth

panelHeight

int panelHeight

updater

net.java.games.jogl.GLJPanel.Updater updater

awtFormat

int awtFormat

glFormat

int glFormat

glType

int glType

pbufferInitializationCompleted

boolean pbufferInitializationCompleted

pbuffer

GLPbuffer pbuffer

pbufferWidth

int pbufferWidth

pbufferHeight

int pbufferHeight

heavyweight

GLCanvas heavyweight

toplevel

java.awt.Frame toplevel

offscreenContext

net.java.games.jogl.impl.GLContext offscreenContext

swapbytes

int[] swapbytes

rowlength

int[] rowlength

skiprows

int[] skiprows

skippixels

int[] skippixels

alignment

int[] alignment

initAction

net.java.games.jogl.GLJPanel.InitAction initAction

displayAction

net.java.games.jogl.GLJPanel.DisplayAction displayAction

swapBuffersAction

net.java.games.jogl.GLJPanel.SwapBuffersAction swapBuffersAction

paintImmediatelyAction

net.java.games.jogl.GLJPanel.PaintImmediatelyAction paintImmediatelyAction