javax.media.j3d
Class UpdateTargets

java.lang.Object
  extended by javax.media.j3d.UpdateTargets

 class UpdateTargets
extends java.lang.Object


Field Summary
(package private)  UnorderList[] targetList
           
(package private) static int[] updateSwitchThreads
           
 
Constructor Summary
UpdateTargets()
           
 
Method Summary
(package private)  void addCachedTargets(CachedTargets cachedTargets)
           
(package private)  void addNode(java.lang.Object node, int targetType)
           
(package private)  void addNodeArray(java.lang.Object[] nodeArr, int targetType)
           
(package private)  void clearNodes()
           
(package private)  int computeSwitchThreads()
           
(package private)  void dump()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updateSwitchThreads

static int[] updateSwitchThreads

targetList

UnorderList[] targetList
Constructor Detail

UpdateTargets

UpdateTargets()
Method Detail

computeSwitchThreads

int computeSwitchThreads()

addNode

void addNode(java.lang.Object node,
             int targetType)

addNodeArray

void addNodeArray(java.lang.Object[] nodeArr,
                  int targetType)

clearNodes

void clearNodes()

addCachedTargets

void addCachedTargets(CachedTargets cachedTargets)

dump

void dump()


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