Serialized Form
Class LWJGLProblem extends javax.swing.JFrame implements Serializable |
slider
javax.swing.JSlider slider
canvas
LWJGLProblem.MyCanvas canvas
serialVersionUID: 1L
serialVersionUID: -1979225393145509886L
serialVersionUID: 1L
serialVersionUID: 1L
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
serialVersionUID: 1L
serialVersionUID: 1L
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
serialVersionUID: 1L
width
int width
- The dimensions!
height
int height
- The dimensions!
serialVersionUID: 1L
x
int x
- The location
y
int y
- The location
serialVersionUID: 1L
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 |
serialVersionUID: 1L
m00
float m00
m01
float m01
m10
float m10
m11
float m11
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
x
float x
y
float y
z
float z
w
float w
serialVersionUID: 1L
x
float x
y
float y
serialVersionUID: 1L
x
float x
y
float y
z
float z
serialVersionUID: 1L
x
float x
y
float y
z
float z
w
float w
Copyright © 2002-2006 lwjgl.org. All Rights Reserved.