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
-
attribs
ContextAttribs attribs
The ContextAttribs to use when creating the context -
context
org.lwjgl.opengl.ContextGL context
-
drawable
Drawable drawable
The drawable to share context with -
first_run
boolean first_run
Tracks whether initGL() needs to be called -
peer_info
org.lwjgl.opengl.PeerInfo peer_info
Context handle -
pixel_format
PixelFormat pixel_format
The requested pixel format -
reentry_count
int reentry_count
re-entry counter for support for re-entrant redrawing in paint(). It happens when using dialog boxes. -
SYNC_LOCK
java.lang.Object SYNC_LOCK
-
update_context
boolean update_context
-
-
Class org.lwjgl.opengl.OpenGLException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.lwjgl.opengles
-
Class org.lwjgl.opengles.PowerManagementEventException 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
-
alpha
byte alpha
Color components, publicly accessible -
blue
byte blue
Color components, publicly accessible -
green
byte green
Color components, publicly accessible -
red
byte red
Color components, publicly accessible
-
-
Class org.lwjgl.util.Dimension extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
height
int height
The dimensions! -
width
int width
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
-
height
int height
Rectangle's bounds -
width
int width
Rectangle's bounds -
x
int x
Rectangle's bounds -
y
int y
Rectangle's bounds
-
-
-
Package org.lwjgl.util.applet
-
Class org.lwjgl.util.applet.AppletLoader extends java.applet.Applet implements Serializable
-
Serialized Fields
-
animationThread
java.lang.Thread animationThread
animation thread that renders our load screen while loading -
bgColor
java.awt.Color bgColor
background color of applet -
cacheEnabled
boolean cacheEnabled
whether to use caching system, only download files that have changed -
certificateRefused
boolean certificateRefused
whether a certificate refused error occurred -
certificateRefusedMessage
java.lang.String[] certificateRefusedMessage
error message to display if user refuses to accept certificate -
classLoader
java.lang.ClassLoader classLoader
classLoader used to add downloaded jars to the classpath -
concurrentLookupThreads
int concurrentLookupThreads
threads to use when fetching information of files to be downloaded -
currentSizeExtract
int currentSizeExtract
current size of extracted in bytes -
debugMode
boolean debugMode
whether we're running in debug mode -
errorMessage
java.lang.String[] errorMessage
fatal error message to display -
fatalError
boolean fatalError
whether a fatal error occurred -
fgColor
java.awt.Color fgColor
color to write foreground in -
fileSizes
int[] fileSizes
Sizes of files to download -
filesLastModified
java.util.HashMap<java.lang.String,java.lang.Long> filesLastModified
Used to store file names with lastModified time -
genericErrorMessage
java.lang.String[] genericErrorMessage
generic error message to display on error -
headless
boolean headless
whether to run in headless mode -
headlessMessage
java.lang.String[] headlessMessage
messages to be passed via liveconnect in headless mode -
headlessWaiting
boolean headlessWaiting
whether to switch applets in headless mode or wait longer -
loaderThread
java.lang.Thread loaderThread
actual thread that does the loading -
logo
java.awt.Image logo
logo to be shown while loading -
logoBuffer
java.awt.Image logoBuffer
logo to be shown while loading -
lwjglApplet
java.applet.Applet lwjglApplet
applet to load after all downloads are complete -
lzmaSupported
boolean lzmaSupported
whether lzma is supported -
minimumJREMessage
java.lang.String[] minimumJREMessage
error message to display if minimum JRE version is not met -
minimumJreNotFound
boolean minimumJreNotFound
whether the minimum required JRE version is not found -
nativeJarCount
int nativeJarCount
Number of native jars -
offscreen
java.awt.Image offscreen
offscreen image used -
pack200Supported
boolean pack200Supported
whether pack200 is supported -
painting
boolean painting
set to true while painting is done -
percentage
int percentage
used to calculate length of progress bar -
prependHost
boolean prependHost
whether to prepend host to cache path -
progressbar
java.awt.Image progressbar
progressbar to render while loading -
progressbarBuffer
java.awt.Image progressbarBuffer
progressbar to render while loading -
state
int state
state of applet loader -
subtaskMessage
java.lang.String subtaskMessage
String to display as a subtask -
totalDownloadSize
int totalDownloadSize
total size of download in bytes -
totalSizeExtract
int totalSizeExtract
total size of extracted in bytes -
urlList
java.net.URL[] urlList
urls of the jars to download
-
-
-
-
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
-
w
float w
-
x
float x
-
y
float y
-
z
float z
-
-
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
-
w
float w
-
x
float x
-
y
float y
-
z
float z
-
-