Serialized Form


Package com.sun.opengl.cg

Class com.sun.opengl.cg.CgException extends RuntimeException implements Serializable


Package com.sun.opengl.util

Class com.sun.opengl.util.JOGLAppletLauncher extends Applet implements Serializable

Serialized Fields

nativeLibInfo

com.sun.opengl.util.JOGLAppletLauncher.NativeLibInfo nativeLibInfo

nativeLibNames

String[] nativeLibNames

driHackPresent

boolean driHackPresent

subApplet

Applet subApplet
The applet we have to start


subAppletClassName

String subAppletClassName

subAppletDisplayName

String subAppletDisplayName

subAppletImageName

String subAppletImageName
URL string to an image used while installing


installDirectory

String installDirectory

loaderPanel

JPanel loaderPanel

progressBar

JProgressBar progressBar

isInitOk

boolean isInitOk

firstStart

boolean firstStart
false once start() has been invoked


joglStarted

boolean joglStarted
true if start() has passed successfully


Package javax.media.opengl

Class javax.media.opengl.GLCanvas extends Canvas implements Serializable

Serialized Fields

drawableHelper

com.sun.opengl.impl.GLDrawableHelper drawableHelper

drawable

GLDrawable drawable

context

com.sun.opengl.impl.GLContextImpl context

autoSwapBufferMode

boolean autoSwapBufferMode

sendReshape

boolean sendReshape

initAction

GLCanvas.InitAction initAction

displayAction

GLCanvas.DisplayAction displayAction

swapBuffersAction

GLCanvas.SwapBuffersAction swapBuffersAction

displayOnEventDispatchThreadAction

GLCanvas.DisplayOnEventDispatchThreadAction displayOnEventDispatchThreadAction

swapBuffersOnEventDispatchThreadAction

GLCanvas.SwapBuffersOnEventDispatchThreadAction swapBuffersOnEventDispatchThreadAction

destroyAction

GLCanvas.DestroyAction destroyAction

Class javax.media.opengl.GLException extends RuntimeException implements Serializable

Class javax.media.opengl.GLJPanel extends JPanel implements Serializable

Serialized Fields

drawableHelper

com.sun.opengl.impl.GLDrawableHelper drawableHelper

isInitialized

boolean isInitialized

shouldInitialize

boolean shouldInitialize

offscreenCaps

GLCapabilities offscreenCaps

chooser

GLCapabilitiesChooser chooser

shareWith

GLContext shareWith

offscreenImage

BufferedImage offscreenImage

readBackBytes

ByteBuffer readBackBytes

readBackInts

IntBuffer readBackInts

readBackWidthInPixels

int readBackWidthInPixels

readBackHeightInPixels

int readBackHeightInPixels

panelWidth

int panelWidth

panelHeight

int panelHeight

updater

GLJPanel.Updater updater

awtFormat

int awtFormat

glFormat

int glFormat

glType

int glType

handleReshape

boolean handleReshape

sendReshape

boolean sendReshape

pbuffer

GLPbuffer pbuffer

pbufferWidth

int pbufferWidth

pbufferHeight

int pbufferHeight

offscreenDrawable

com.sun.opengl.impl.GLDrawableImpl offscreenDrawable

offscreenContext

com.sun.opengl.impl.GLContextImpl offscreenContext

reshapeX

int reshapeX

reshapeY

int reshapeY

reshapeWidth

int reshapeWidth

reshapeHeight

int reshapeHeight

swapbytes

int[] swapbytes

rowlength

int[] rowlength

skiprows

int[] skiprows

skippixels

int[] skippixels

alignment

int[] alignment

oglPipelineEnabled

boolean oglPipelineEnabled

j2dSurface

Object j2dSurface

cached2DGraphics

Graphics cached2DGraphics

j2dContext

GLContext j2dContext

joglDrawable

GLDrawable joglDrawable

joglContext

GLContext joglContext

drawBuffer

int[] drawBuffer

readBuffer

int[] readBuffer

frameBuffer

int[] frameBuffer

checkedForFBObjectWorkarounds

boolean checkedForFBObjectWorkarounds

fbObjectWorkarounds

boolean fbObjectWorkarounds

frameBufferDepthBuffer

int[] frameBufferDepthBuffer

frameBufferTexture

int[] frameBufferTexture

createNewDepthBuffer

boolean createNewDepthBuffer

checkedGLVendor

boolean checkedGLVendor

vendorIsATI

boolean vendorIsATI

viewportX

int viewportX

viewportY

int viewportY

initAction

GLJPanel.InitAction initAction

displayAction

GLJPanel.DisplayAction displayAction

swapBuffersAction

GLJPanel.SwapBuffersAction swapBuffersAction

paintImmediatelyAction

GLJPanel.PaintImmediatelyAction paintImmediatelyAction



Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.