javax.media.j3d
Interface TargetsInterface

All Known Implementing Classes:
SharedGroupRetained, SwitchRetained, TransformGroupRetained

interface TargetsInterface


Field Summary
static int SWITCH_TARGETS
           
static int TRANSFORM_TARGETS
           
 
Method Summary
 void computeTargetThreads(int type, CachedTargets[] newCt)
           
 void copyCachedTargets(int type, CachedTargets[] newCt)
           
 CachedTargets getCachedTargets(int type, int index, int child)
           
 java.util.ArrayList getTargetsData(int type, int index)
           
 int getTargetThreads(int type)
           
 void propagateTargetThreads(int type, int childTargetThreads)
           
 void resetCachedTargets(int type, CachedTargets[] newCt, int child)
           
 void updateCachedTargets(int type, CachedTargets[] newCt)
           
 void updateTargetThreads(int type, CachedTargets[] newCt)
           
 

Field Detail

TRANSFORM_TARGETS

static final int TRANSFORM_TARGETS
See Also:
Constant Field Values

SWITCH_TARGETS

static final int SWITCH_TARGETS
See Also:
Constant Field Values
Method Detail

getCachedTargets

CachedTargets getCachedTargets(int type,
                               int index,
                               int child)

resetCachedTargets

void resetCachedTargets(int type,
                        CachedTargets[] newCt,
                        int child)

getTargetThreads

int getTargetThreads(int type)

updateCachedTargets

void updateCachedTargets(int type,
                         CachedTargets[] newCt)

computeTargetThreads

void computeTargetThreads(int type,
                          CachedTargets[] newCt)

updateTargetThreads

void updateTargetThreads(int type,
                         CachedTargets[] newCt)

propagateTargetThreads

void propagateTargetThreads(int type,
                            int childTargetThreads)

copyCachedTargets

void copyCachedTargets(int type,
                       CachedTargets[] newCt)

getTargetsData

java.util.ArrayList getTargetsData(int type,
                                   int index)


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.