javax.media.j3d
Class Targets

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

 class Targets
extends java.lang.Object


Field Summary
(package private) static int BEH_TARGETS
           
(package private) static int BLN_TARGETS
           
(package private) static int ENV_TARGETS
           
(package private) static int GEO_TARGETS
           
(package private) static int GRP_TARGETS
           
(package private) static int MAX_NODELIST
           
(package private) static int SND_TARGETS
           
(package private)  java.util.ArrayList[] targetList
           
(package private) static int VPF_TARGETS
           
 
Constructor Summary
Targets()
           
 
Method Summary
(package private)  void addCachedTargets(CachedTargets cachedTargets)
           
(package private)  void addNode(NnuId node, int targetType)
           
(package private)  void addNodeArray(NnuId[] nodeArr, int targetType)
           
(package private)  void addNodes(java.util.ArrayList nodeList, int targetType)
           
(package private)  void clearNodes()
           
(package private)  void dump()
           
(package private)  boolean isEmpty()
           
(package private)  void removeNode(int index, int targetType)
           
(package private)  CachedTargets snapShotAdd(CachedTargets cachedTargets)
           
(package private)  CachedTargets snapShotInit()
           
(package private)  CachedTargets snapShotRemove(CachedTargets cachedTargets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_NODELIST

static final int MAX_NODELIST
See Also:
Constant Field Values

GEO_TARGETS

static final int GEO_TARGETS
See Also:
Constant Field Values

ENV_TARGETS

static final int ENV_TARGETS
See Also:
Constant Field Values

BEH_TARGETS

static final int BEH_TARGETS
See Also:
Constant Field Values

SND_TARGETS

static final int SND_TARGETS
See Also:
Constant Field Values

VPF_TARGETS

static final int VPF_TARGETS
See Also:
Constant Field Values

BLN_TARGETS

static final int BLN_TARGETS
See Also:
Constant Field Values

GRP_TARGETS

static final int GRP_TARGETS
See Also:
Constant Field Values

targetList

java.util.ArrayList[] targetList
Constructor Detail

Targets

Targets()
Method Detail

addNode

void addNode(NnuId node,
             int targetType)

addNodeArray

void addNodeArray(NnuId[] nodeArr,
                  int targetType)

removeNode

void removeNode(int index,
                int targetType)

addNodes

void addNodes(java.util.ArrayList nodeList,
              int targetType)

clearNodes

void clearNodes()

snapShotInit

CachedTargets snapShotInit()

snapShotAdd

CachedTargets snapShotAdd(CachedTargets cachedTargets)

snapShotRemove

CachedTargets snapShotRemove(CachedTargets cachedTargets)

isEmpty

boolean isEmpty()

addCachedTargets

void addCachedTargets(CachedTargets cachedTargets)

dump

void dump()


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