Serialized Form


Package <Unnamed>

Class LWJGLProblem extends javax.swing.JFrame implements Serializable

Serialized Fields

slider

javax.swing.JSlider slider

canvas

LWJGLProblem.MyCanvas canvas

Package org.lwjgl

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

serialVersionUID: 1L


Package org.lwjgl.fmod3

Class org.lwjgl.fmod3.FMODException extends LWJGLException implements Serializable

serialVersionUID: -1979225393145509886L


Package org.lwjgl.openal

Class org.lwjgl.openal.OpenALException 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


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


awt_input

org.lwjgl.opengl.AWTCanvasInputImplementation awt_input
Track the input adapter, if any

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.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-2006 lwjgl.org. All Rights Reserved.