class J3dThreadData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Canvas3D |
canvas
The Canvas3D that this Render invocation belongs to.
|
(package private) static int |
CONT_THREAD |
(package private) static int |
LAST_STOP_TIMER |
(package private) long |
lastRunTime
The last time that this thread was run
|
(package private) long |
lastUpdateTime
The last time that a message was sent to this thread.
|
(package private) boolean |
needsRun
This indicates whether or not this thread needs to run.
|
(package private) static int |
START_TIMER |
(package private) static int |
STOP_TIMER |
(package private) J3dThread |
thread
The thread for this data
|
(package private) java.lang.Object |
threadArgs
The arguments to be passed to this thread
|
(package private) int |
threadOpts
The run options for this thread.
|
(package private) int |
threadType
The thread type
|
(package private) int |
type
The type of the thread invocation.
|
(package private) View |
view
The view that this Render invocation belongs to.
|
(package private) static int |
WAIT_ALL_THREADS
Thread run options
|
(package private) static int |
WAIT_THIS_THREAD |
| Constructor and Description |
|---|
J3dThreadData()
This constructor does nothing
|
static final int WAIT_ALL_THREADS
static final int CONT_THREAD
static final int WAIT_THIS_THREAD
static final int START_TIMER
static final int STOP_TIMER
static final int LAST_STOP_TIMER
J3dThread thread
long lastUpdateTime
long lastRunTime
int threadType
int threadOpts
java.lang.Object threadArgs
boolean needsRun
int type
View view
Canvas3D canvas
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.