| javax.media.j3d.TargetsInterface
All known Subclasses: javax.media.j3d.TransformGroupRetained, javax.media.j3d.SwitchRetained, javax.media.j3d.SharedGroupRetained,
TargetsInterface | interface TargetsInterface (Code) | | |
Method Summary | |
abstract void | computeTargetThreads(int type, CachedTargets[] newCt) | abstract void | copyCachedTargets(int type, CachedTargets[] newCt) | abstract CachedTargets | getCachedTargets(int type, int index, int child) | abstract int | getTargetThreads(int type) | abstract ArrayList | getTargetsData(int type, int index) | abstract void | propagateTargetThreads(int type, int childTargetThreads) | abstract void | resetCachedTargets(int type, CachedTargets[] newCt, int child) | abstract void | updateCachedTargets(int type, CachedTargets[] newCt) | abstract void | updateTargetThreads(int type, CachedTargets[] newCt) |
SWITCH_TARGETS | final static int SWITCH_TARGETS(Code) | | |
TRANSFORM_TARGETS | final static int TRANSFORM_TARGETS(Code) | | |
getTargetThreads | abstract int getTargetThreads(int type)(Code) | | |
propagateTargetThreads | abstract void propagateTargetThreads(int type, int childTargetThreads)(Code) | | |
resetCachedTargets | abstract void resetCachedTargets(int type, CachedTargets[] newCt, int child)(Code) | | |
|
|