Serialized Form


Package org.lwjgl

Class org.lwjgl.LWJGLException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.lwjgl.openal

Class org.lwjgl.openal.OpenALException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package org.lwjgl.opencl

Class org.lwjgl.opencl.OpenCLException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package org.lwjgl.opengl

Class org.lwjgl.opengl.AWTGLCanvas extends java.awt.Canvas implements Serializable

serialVersionUID: 1L

Serialized Fields

update_context

boolean update_context

SYNC_LOCK

java.lang.Object SYNC_LOCK

pixel_format

PixelFormat pixel_format
The requested pixel format


drawable

Drawable drawable
The drawable to share context with


attribs

ContextAttribs attribs
The ContextAttribs to use when creating the context


peer_info

org.lwjgl.opengl.PeerInfo peer_info
Context handle


context

org.lwjgl.opengl.Context context

reentry_count

int reentry_count
re-entry counter for support for re-entrant redrawing in paint(). It happens when using dialog boxes.


first_run

boolean first_run
Tracks whether initGL() needs to be called

Class org.lwjgl.opengl.OpenGLException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package org.lwjgl.util

Class org.lwjgl.util.Color extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

red

byte red
Color components, publicly accessible


green

byte green
Color components, publicly accessible


blue

byte blue
Color components, publicly accessible


alpha

byte alpha
Color components, publicly accessible

Class org.lwjgl.util.Dimension extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width
The dimensions!


height

int height
The dimensions!

Class org.lwjgl.util.Point extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

int x
The location


y

int y
The location

Class org.lwjgl.util.Rectangle extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

int x
Rectangle's bounds


y

int y
Rectangle's bounds


width

int width
Rectangle's bounds


height

int height
Rectangle's bounds


Package org.lwjgl.util.applet

Class org.lwjgl.util.applet.AppletLoader extends java.applet.Applet implements Serializable

Serialized Fields

percentage

int percentage
used to calculate length of progress bar


currentSizeDownload

int currentSizeDownload
current size of download in bytes


totalSizeDownload

int totalSizeDownload
total size of download in bytes


currentSizeExtract

int currentSizeExtract
current size of extracted in bytes


totalSizeExtract

int totalSizeExtract
total size of extracted in bytes


logo

java.awt.Image logo
logo to be shown while loading


logoBuffer

java.awt.Image logoBuffer
logo to be shown while loading


progressbar

java.awt.Image progressbar
progressbar to render while loading


progressbarBuffer

java.awt.Image progressbarBuffer
progressbar to render while loading


offscreen

java.awt.Image offscreen
offscreen image used


painting

boolean painting
set to true while painting is done


bgColor

java.awt.Color bgColor
background color of applet


fgColor

java.awt.Color fgColor
color to write foreground in


urlList

java.net.URL[] urlList
urls of the jars to download


classLoader

java.lang.ClassLoader classLoader
classLoader used to add downloaded jars to the classpath


loaderThread

java.lang.Thread loaderThread
actual thread that does the loading


animationThread

java.lang.Thread animationThread
animation thread that renders our load screen while loading


lwjglApplet

java.applet.Applet lwjglApplet
applet to load after all downloads are complete


fatalError

boolean fatalError
whether a fatal error occured


debugMode

boolean debugMode
whether we're running in debug mode


prependHost

boolean prependHost
whether to prepend host to cache path


filesLastModified

java.util.HashMap<K,V> filesLastModified
Used to store file names with lastModified time


fileSizes

int[] fileSizes
Sizes of files to download


nativeJarCount

int nativeJarCount
Number of native jars


cacheEnabled

boolean cacheEnabled
whether to use caching system, only download files that have changed


subtaskMessage

java.lang.String subtaskMessage
String to display as a subtask


state

int state
state of applet loader


lzmaSupported

boolean lzmaSupported
whether lzma is supported


pack200Supported

boolean pack200Supported
whether pack200 is supported


genericErrorMessage

java.lang.String[] genericErrorMessage
generic error message to display on error


certificateRefused

boolean certificateRefused
whether a certificate refused error occured


certificateRefusedMessage

java.lang.String[] certificateRefusedMessage
error message to display if user refuses to accept certicate


Package org.lwjgl.util.vector

Class org.lwjgl.util.vector.Matrix extends java.lang.Object implements Serializable

Class org.lwjgl.util.vector.Matrix2f extends Matrix implements Serializable

serialVersionUID: 1L

Serialized Fields

m00

float m00

m01

float m01

m10

float m10

m11

float m11

Class org.lwjgl.util.vector.Matrix3f extends Matrix implements Serializable

serialVersionUID: 1L

Serialized Fields

m00

float m00

m01

float m01

m02

float m02

m10

float m10

m11

float m11

m12

float m12

m20

float m20

m21

float m21

m22

float m22

Class org.lwjgl.util.vector.Matrix4f extends Matrix implements Serializable

serialVersionUID: 1L

Serialized Fields

m00

float m00

m01

float m01

m02

float m02

m03

float m03

m10

float m10

m11

float m11

m12

float m12

m13

float m13

m20

float m20

m21

float m21

m22

float m22

m23

float m23

m30

float m30

m31

float m31

m32

float m32

m33

float m33

Class org.lwjgl.util.vector.Quaternion extends Vector implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

z

float z

w

float w

Class org.lwjgl.util.vector.Vector extends java.lang.Object implements Serializable

Class org.lwjgl.util.vector.Vector2f extends Vector implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

Class org.lwjgl.util.vector.Vector3f extends Vector implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

z

float z

Class org.lwjgl.util.vector.Vector4f extends Vector implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

z

float z

w

float w



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.