javax.media.j3d
Class CachedTargets

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

 class CachedTargets
extends java.lang.Object


Field Summary
(package private)  NnuId[][] targetArr
           
(package private) static java.lang.String[] typeString
           
(package private) static int[] updateTargetThreads
           
 
Constructor Summary
CachedTargets()
           
 
Method Summary
(package private)  int computeTargetThreads()
           
(package private)  void copy(CachedTargets ct)
           
(package private)  void dump()
           
(package private)  void replace(NnuId oldObj, NnuId newObj, int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeString

static java.lang.String[] typeString

updateTargetThreads

static int[] updateTargetThreads

targetArr

NnuId[][] targetArr
Constructor Detail

CachedTargets

CachedTargets()
Method Detail

computeTargetThreads

int computeTargetThreads()

copy

void copy(CachedTargets ct)

replace

void replace(NnuId oldObj,
             NnuId newObj,
             int type)

dump

void dump()


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