|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.J3dThreadData
class J3dThreadData
The J3dThreadData is the data wrapper for threads in Java 3D.
Field Summary | |
---|---|
(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 Summary | |
---|---|
J3dThreadData()
This constructor does nothing |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
J3dThreadData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |