| |
|
| java.lang.Object javax.media.j3d.J3dThreadData
J3dThreadData | class J3dThreadData extends Object (Code) | | The J3dThreadData is the data wrapper for threads in Java 3D.
|
CONT_THREAD | final static int CONT_THREAD(Code) | | |
LAST_STOP_TIMER | final static int LAST_STOP_TIMER(Code) | | |
START_TIMER | final static int START_TIMER(Code) | | |
STOP_TIMER | final static int STOP_TIMER(Code) | | |
WAIT_ALL_THREADS | final static int WAIT_ALL_THREADS(Code) | | Thread run options
|
WAIT_THIS_THREAD | final static int WAIT_THIS_THREAD(Code) | | |
canvas | Canvas3D canvas(Code) | | The Canvas3D that this Render invocation belongs to.
It is null for the SWAP invocation.
|
lastRunTime | long lastRunTime(Code) | | The last time that this thread was run
|
lastUpdateTime | long lastUpdateTime(Code) | | The last time that a message was sent to this thread.
|
needsRun | boolean needsRun(Code) | | This indicates whether or not this thread needs to run.
|
threadArgs | Object threadArgs(Code) | | The arguments to be passed to this thread
|
threadOpts | int threadOpts(Code) | | The run options for this thread.
|
threadType | int threadType(Code) | | The thread type
|
type | int type(Code) | | The type of the thread invocation. RENDER or SWAP
|
view | View view(Code) | | The view that this Render invocation belongs to.
|
J3dThreadData | J3dThreadData()(Code) | | This constructor does nothing
|
|
|
|