javax.media.j3d
Class Targets
java.lang.Object
javax.media.j3d.Targets
class Targets
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Targets
Targets()
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.