Java Doc for TransformGroupRetained.java in  » 6.0-JDK-Modules » java-3d » javax » media » j3d » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » javax.media.j3d 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.media.j3d.IndexedObject
      javax.media.j3d.SceneGraphObjectRetained
         javax.media.j3d.NodeRetained
            javax.media.j3d.GroupRetained
               javax.media.j3d.TransformGroupRetained

TransformGroupRetained
class TransformGroupRetained extends GroupRetained implements TargetsInterface(Code)
Group node that contains a transform.


Field Summary
 booleanaboveAViewPlatform
    
 CachedTargets[]cachedTargets
    
 Transform3D[][]childLocalToVworld
    
 int[][]childLocalToVworldIndex
    
 Transform3D[][]childTrans
    
 int[][]childTransIndex
    
 ArrayListchildTransformLinks
    
 HashKeycurrentKey
    
 Transform3DcurrentTransform
    
 Transform3DinvTransform
    
 CachedTargets[]j3dCTs
    
 intlocalTargetThreads
    
 intmaxTransformLevel
    
 booleanneedNormalsTransform
    
 Transform3DnormalTransform
    
 TransformGroupData[]perPathData
    
 inttargetThreads
    
 Transform3Dtransform
     The Transform value for the TransformGroup.
 WakeupIndexedListtransformChange
    
 inttransformLevels
    

Constructor Summary
 TransformGroupRetained()
    

Method Summary
 voidaddCondition(WakeupOnTransformChange wakeup)
    
 voidchildCheckSetLive(NodeRetained child, int childIndex, SetLiveState s, NodeRetained linkNode)
    
 voidclearLive(SetLiveState s)
    
 voidcompile(CompileState compState)
    
 voidcomputeCombineBounds(Bounds bounds)
    
public  voidcomputeTargetThreads(int type, CachedTargets[] newCachedTargets)
    
public  voidcopyCachedTargets(int type, CachedTargets[] newCt)
    
public  CachedTargetsgetCachedTargets(int type, int index, int child)
    
 TargetsInterfacegetClosestTargetsInterface(int type)
    
 Transform3DgetCurrentChildLocalToVworld()
    
 Transform3DgetCurrentChildLocalToVworld(int index)
    
 Transform3DgetCurrentChildLocalToVworld(HashKey key)
    
 Transform3DgetInvTransform()
    
 Transform3DgetLastChildLocalToVworld(HashKey key)
    
 Transform3DgetNormalTransform()
    
public  intgetTargetThreads(int type)
    
public  ArrayListgetTargetsData(int type, int index)
    
 voidgetTransform(Transform3D t1)
     Copies the transform component of this TransformGroup into the passed transform object.
 Transform3DgetUpdateChildLocalToVworld(int index)
    
 booleanisStatic()
    
 voidmerge(CompileState compState)
    
 voidmergeTransform(TransformGroupRetained xform)
    
 voidnotifyConditions()
    
 voidprocessChildLocalToVworld(ArrayList dirtyTransformGroups, ArrayList keySet, UpdateTargets targets, ArrayList blUsers)
    
public  voidpropagateTargetThreads(int type, int childTargetThreads)
    
 voidremoveCondition(WakeupOnTransformChange wakeup)
    
 voidremoveNodeData(SetLiveState s)
    
public  voidresetCachedTargets(int type, CachedTargets[] newCtArr, int child)
    
 voidsetAuxData(SetLiveState s, int index, int hkIndex)
    
 voidsetLive(SetLiveState s)
     This setlive simply concatinates it's transform onto all the ones passed in.
synchronized  voidsetNodeData(SetLiveState s)
    
 voidsetTransform(Transform3D t1)
     Sets the transform component of this TransformGroup to the value of the passed transform.
 voidtransformBounds(SceneGraphPath path, Bounds bound)
    
 voidtraverse(boolean sameLevel, int level)
    
public  voidupdateCachedTargets(int type, CachedTargets[] newCt)
    
 voidupdateChildLocalToVworld(HashKey key, int index, ArrayList dirtyTransformGroups, ArrayList keySet, UpdateTargets targets, ArrayList blUsers)
    
 voidupdateChildLocalToVworld(ArrayList dirtyTransformGroups, ArrayList keySet, UpdateTargets targets, ArrayList blUsers)
    
public  voidupdateTargetThreads(int type, CachedTargets[] newCachedTargets)
    

Field Detail
aboveAViewPlatform
boolean aboveAViewPlatform(Code)



cachedTargets
CachedTargets[] cachedTargets(Code)



childLocalToVworld
Transform3D[][] childLocalToVworld(Code)
localVworld values for children of this TG



childLocalToVworldIndex
int[][] childLocalToVworldIndex(Code)



childTrans
Transform3D[][] childTrans(Code)



childTransIndex
int[][] childTransIndex(Code)



childTransformLinks
ArrayList childTransformLinks(Code)



currentKey
HashKey currentKey(Code)



currentTransform
Transform3D currentTransform(Code)
The Transform value currently being used internally



invTransform
Transform3D invTransform(Code)
The inverse of the transform



j3dCTs
CachedTargets[] j3dCTs(Code)



localTargetThreads
int localTargetThreads(Code)
A bitmask of the types in targets



maxTransformLevel
int maxTransformLevel(Code)



needNormalsTransform
boolean needNormalsTransform(Code)



normalTransform
Transform3D normalTransform(Code)
The transpose of the inverse of the transform



perPathData
TransformGroupData[] perPathData(Code)



targetThreads
int targetThreads(Code)



transform
Transform3D transform(Code)
The Transform value for the TransformGroup.



transformChange
WakeupIndexedList transformChange(Code)
A list of WakeupOnTransformChange conditions for this Transform



transformLevels
int transformLevels(Code)




Constructor Detail
TransformGroupRetained
TransformGroupRetained()(Code)
The constructor




Method Detail
addCondition
void addCondition(WakeupOnTransformChange wakeup)(Code)



childCheckSetLive
void childCheckSetLive(NodeRetained child, int childIndex, SetLiveState s, NodeRetained linkNode)(Code)



clearLive
void clearLive(SetLiveState s)(Code)



compile
void compile(CompileState compState)(Code)



computeCombineBounds
void computeCombineBounds(Bounds bounds)(Code)



computeTargetThreads
public void computeTargetThreads(int type, CachedTargets[] newCachedTargets)(Code)



copyCachedTargets
public void copyCachedTargets(int type, CachedTargets[] newCt)(Code)



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



getClosestTargetsInterface
TargetsInterface getClosestTargetsInterface(int type)(Code)



getCurrentChildLocalToVworld
Transform3D getCurrentChildLocalToVworld()(Code)
Get the current child localToVworld transform for a node



getCurrentChildLocalToVworld
Transform3D getCurrentChildLocalToVworld(int index)(Code)



getCurrentChildLocalToVworld
Transform3D getCurrentChildLocalToVworld(HashKey key)(Code)



getInvTransform
Transform3D getInvTransform()(Code)



getLastChildLocalToVworld
Transform3D getLastChildLocalToVworld(HashKey key)(Code)
Get the last child localToVworld transform for a node



getNormalTransform
Transform3D getNormalTransform()(Code)



getTargetThreads
public int getTargetThreads(int type)(Code)



getTargetsData
public ArrayList getTargetsData(int type, int index)(Code)



getTransform
void getTransform(Transform3D t1)(Code)
Copies the transform component of this TransformGroup into the passed transform object.
Parameters:
  t1 - the transform object to be copied into



getUpdateChildLocalToVworld
Transform3D getUpdateChildLocalToVworld(int index)(Code)
get the to be updated child localToVworld



isStatic
boolean isStatic()(Code)



merge
void merge(CompileState compState)(Code)



mergeTransform
void mergeTransform(TransformGroupRetained xform)(Code)



notifyConditions
void notifyConditions()(Code)



processChildLocalToVworld
void processChildLocalToVworld(ArrayList dirtyTransformGroups, ArrayList keySet, UpdateTargets targets, ArrayList blUsers)(Code)



propagateTargetThreads
public void propagateTargetThreads(int type, int childTargetThreads)(Code)



removeCondition
void removeCondition(WakeupOnTransformChange wakeup)(Code)



removeNodeData
void removeNodeData(SetLiveState s)(Code)
remove the localToVworld transform for a transformGroup



resetCachedTargets
public void resetCachedTargets(int type, CachedTargets[] newCtArr, int child)(Code)



setAuxData
void setAuxData(SetLiveState s, int index, int hkIndex)(Code)



setLive
void setLive(SetLiveState s)(Code)
This setlive simply concatinates it's transform onto all the ones passed in.



setNodeData
synchronized void setNodeData(SetLiveState s)(Code)



setTransform
void setTransform(Transform3D t1)(Code)
Sets the transform component of this TransformGroup to the value of the passed transform.
Parameters:
  t1 - the transform to be copied



transformBounds
void transformBounds(SceneGraphPath path, Bounds bound)(Code)
Transform the input bound by the current LocalToVWorld, this one overwrite the one defined in NodeRetained since for TransformGroup, it has to use currentChildLocalToVworld instead of currentLocalToVworld



traverse
void traverse(boolean sameLevel, int level)(Code)



updateCachedTargets
public void updateCachedTargets(int type, CachedTargets[] newCt)(Code)



updateChildLocalToVworld
void updateChildLocalToVworld(HashKey key, int index, ArrayList dirtyTransformGroups, ArrayList keySet, UpdateTargets targets, ArrayList blUsers)(Code)



updateChildLocalToVworld
void updateChildLocalToVworld(ArrayList dirtyTransformGroups, ArrayList keySet, UpdateTargets targets, ArrayList blUsers)(Code)



updateTargetThreads
public void updateTargetThreads(int type, CachedTargets[] newCachedTargets)(Code)



Fields inherited from javax.media.j3d.GroupRetained
boolean allocatedAltApps(Code)(Java Doc)
boolean allocatedFogs(Code)(Java Doc)
boolean allocatedLights(Code)(Java Doc)
boolean allocatedMclips(Code)(Java Doc)
ArrayList altAppearances(Code)(Java Doc)
BHLeafNode bhLeafNode(Code)(Java Doc)
ArrayList children(Code)(Java Doc)
ArrayList childrenSwitchLinks(Code)(Java Doc)
Bounds collisionBound(Code)(Java Doc)
boolean collisionTarget(Code)(Java Doc)
BoundingBox collisionVwcBounds(Code)(Java Doc)
ArrayList compiledChildrenList(Code)(Java Doc)
ArrayList fogs(Code)(Java Doc)
boolean inViewSpecificGroup(Code)(Java Doc)
boolean isInClearLive(Code)(Java Doc)
boolean isRoot(Code)(Java Doc)
HashKey key(Code)(Java Doc)
ArrayList lights(Code)(Java Doc)
Locale locale(Code)(Java Doc)
ArrayList mirrorGroup(Code)(Java Doc)
ArrayList modelClips(Code)(Java Doc)
ArrayList orderedPaths(Code)(Java Doc)
int parentSwitchLinkChildIndex(Code)(Java Doc)
int scopingRefCount(Code)(Java Doc)
GroupRetained sourceNode(Code)(Java Doc)
ArrayList viewLists(Code)(Java Doc)

Methods inherited from javax.media.j3d.GroupRetained
void addAllNodesForScopedAltApp(AlternateAppearanceRetained mAltApp, ArrayList list, HashKey k)(Code)(Java Doc)
void addAllNodesForScopedFog(FogRetained mfog, ArrayList list, HashKey k)(Code)(Java Doc)
void addAllNodesForScopedLight(int numLgts, LightRetained[] ml, ArrayList list, HashKey k)(Code)(Java Doc)
void addAllNodesForScopedModelClip(ModelClipRetained mModelClip, ArrayList list, HashKey k)(Code)(Java Doc)
void addAltApp(AlternateAppearanceRetained altApp, HashKey key)(Code)(Java Doc)
void addChild(Node child)(Code)(Java Doc)
void addFog(FogRetained fog, HashKey key)(Code)(Java Doc)
void addLight(LightRetained[] addlight, int numLgts, HashKey key)(Code)(Java Doc)
void addModelClip(ModelClipRetained modelClip, HashKey key)(Code)(Java Doc)
void appendChildrenData()(Code)(Java Doc)
void checkClearLive(NodeRetained child, J3dMessage messages, int messageIndex, int childIndex, NodeRetained linkNode)(Code)(Java Doc)
void checkClearLive(NodeRetained child, HashKey keys, boolean isShared, J3dMessage messages, int messageIndex, int childIndex, NodeRetained linkNode)(Code)(Java Doc)
void checkSetLive(NodeRetained child, int childIndex, J3dMessage messages, int messageIndex, NodeRetained linkNode)(Code)(Java Doc)
void checkSetLive(NodeRetained child, int childIndex, HashKey keys, boolean isShared, J3dMessage messages, int messageIndex, NodeRetained linkNode)(Code)(Java Doc)
void checkValidChild(Node child, String s)(Code)(Java Doc)
void childCheckSetLive(NodeRetained child, int childIndex, SetLiveState s, NodeRetained linkNode)(Code)(Java Doc)
void childDoSetLive(NodeRetained child, int childIndex, SetLiveState s)(Code)(Java Doc)
void clearLive(SetLiveState s)(Code)(Java Doc)
void compile(CompileState compState)(Code)(Java Doc)
public BoundingBox computeBoundingHull()(Code)(Java Doc)
void computeCombineBounds(Bounds bounds)(Code)(Java Doc)
void createMirrorGroup()(Code)(Java Doc)
void doAddChild(Node child, J3dMessage messages, int messageIndex)(Code)(Java Doc)
void doInsertChild(Node child, int index)(Code)(Java Doc)
void doMoveTo(BranchGroup branchGroup)(Code)(Java Doc)
void doRemoveChild(int index, J3dMessage messages, int messageIndex)(Code)(Java Doc)
void doSetChild(Node child, int index)(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
void findSwitchInfo(SetLiveState s, NodeRetained parentNode, NodeRetained childNode, NodeRetained linkNode)(Code)(Java Doc)
static void gatherBlUsers(ArrayList blUsers, Object[] blArr)(Code)(Java Doc)
Enumeration getAllChildren()(Code)(Java Doc)
boolean getAlternateCollisionTarget()(Code)(Java Doc)
Bounds getBounds()(Code)(Java Doc)
Node getChild(int index)(Code)(Java Doc)
TargetsInterface getClosestTargetsInterface(int type)(Code)(Java Doc)
Bounds getCollisionBounds()(Code)(Java Doc)
Bounds getEffectiveBounds()(Code)(Java Doc)
public Locale getLocale2()(Code)(Java Doc)
int indexOfChild(Node child)(Code)(Java Doc)
TargetsInterface initSwitchStates(SetLiveState s, NodeRetained parentNode, NodeRetained childNode, NodeRetained linkNode, boolean isSetLive)(Code)(Java Doc)
TargetsInterface initTransformStates(SetLiveState s, boolean isSetLive)(Code)(Java Doc)
void insertChild(Node child, int index)(Code)(Java Doc)
void insertChildrenData(int index)(Code)(Java Doc)
public boolean isEnable()(Code)(Java Doc)
public boolean isEnable(int vis)(Code)(Java Doc)
static boolean isNodeSwitchOn(NodeRetained node, HashKey key)(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
boolean isStaticChildren()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void moveTo(BranchGroup bg)(Code)(Java Doc)
int numChildren()(Code)(Java Doc)
void processAddNodesForScopedAltApp(AlternateAppearanceRetained mAltApp, ArrayList list, HashKey k)(Code)(Java Doc)
void processAddNodesForScopedFog(FogRetained mfog, ArrayList list, HashKey k)(Code)(Java Doc)
void processAddNodesForScopedModelClip(ModelClipRetained mModelClip, ArrayList list, HashKey k)(Code)(Java Doc)
void processAllNodesForScopedLight(int numLgts, LightRetained[] ml, ArrayList list, HashKey k)(Code)(Java Doc)
void processCollisionTarget(SetLiveState s)(Code)(Java Doc)
void processRemoveAllNodesForScopedFog(FogRetained mfog, ArrayList list, HashKey k)(Code)(Java Doc)
void processRemoveAllNodesForScopedLight(int numLgts, LightRetained[] ml, ArrayList list, HashKey k)(Code)(Java Doc)
void processRemoveAllNodesForScopedModelClip(ModelClipRetained mModelClip, ArrayList list, HashKey k)(Code)(Java Doc)
void processRemoveNodesForScopedAltApp(AlternateAppearanceRetained mAltApp, ArrayList list, HashKey k)(Code)(Java Doc)
int[] processViewSpecificInfo(int mode, HashKey k, View v, ArrayList vsgList, int[] keyList, ArrayList leafList)(Code)(Java Doc)
void removeAllChildren()(Code)(Java Doc)
void removeAllNodesForScopedAltApp(AlternateAppearanceRetained mAltApp, ArrayList list, HashKey k)(Code)(Java Doc)
void removeAllNodesForScopedFog(FogRetained mfog, ArrayList list, HashKey k)(Code)(Java Doc)
void removeAllNodesForScopedLight(int numLgts, LightRetained[] ml, ArrayList list, HashKey k)(Code)(Java Doc)
void removeAllNodesForScopedModelClip(ModelClipRetained mModelClip, ArrayList list, HashKey k)(Code)(Java Doc)
void removeAltApp(AlternateAppearanceRetained altApp, HashKey key)(Code)(Java Doc)
synchronized void removeAltAppScope()(Code)(Java Doc)
void removeChild(int index)(Code)(Java Doc)
void removeChild(Node child)(Code)(Java Doc)
void removeChildrenData(int index)(Code)(Java Doc)
void removeFog(FogRetained fog, HashKey key)(Code)(Java Doc)
synchronized void removeFogScope()(Code)(Java Doc)
void removeLight(int numLgt, LightRetained[] removelight, HashKey key)(Code)(Java Doc)
synchronized void removeLightScope()(Code)(Java Doc)
synchronized void removeMclipScope()(Code)(Java Doc)
void removeModelClip(ModelClipRetained modelClip, HashKey key)(Code)(Java Doc)
void removeNodeData(SetLiveState s)(Code)(Java Doc)
void searchGeometryAtoms(UnorderList list)(Code)(Java Doc)
synchronized void setAltAppScope()(Code)(Java Doc)
void setAlternateCollisionTarget(boolean target)(Code)(Java Doc)
void setBounds(Bounds bounds)(Code)(Java Doc)
void setBoundsAutoCompute(boolean autoCompute)(Code)(Java Doc)
void setChild(Node child, int index)(Code)(Java Doc)
void setCollisionBounds(Bounds bounds)(Code)(Java Doc)
void setCompiled()(Code)(Java Doc)
synchronized void setFogScope()(Code)(Java Doc)
synchronized void setLightScope()(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
synchronized void setMclipScope()(Code)(Java Doc)
void setNodeData(SetLiveState s)(Code)(Java Doc)
void setScopingInfo(SetLiveState s)(Code)(Java Doc)
void traverse(boolean sameLevel, int level)(Code)(Java Doc)
void updateCollidable(HashKey keys, boolean collide)(Code)(Java Doc)
synchronized void updateLocalToVworld()(Code)(Java Doc)
void updatePickable(HashKey keys, boolean pick)(Code)(Java Doc)
void updateSwitchStates(SetLiveState s, TargetsInterface ti, boolean isSetLive)(Code)(Java Doc)
CachedTargets[] updateTransformStates(SetLiveState s, TargetsInterface ti, boolean isSetLive)(Code)(Java Doc)
synchronized boolean usedInScoping()(Code)(Java Doc)
static boolean validSwitchChild(SwitchRetained sw, NodeRetained node)(Code)(Java Doc)

Fields inherited from javax.media.j3d.NodeRetained
final static int ALTERNATEAPPEARANCE(Code)(Java Doc)
final static int AMBIENTLIGHT(Code)(Java Doc)
final static int BACKGROUND(Code)(Java Doc)
final static int BACKGROUNDSOUND(Code)(Java Doc)
final static int BEHAVIOR(Code)(Java Doc)
final static int BOUNDINGLEAF(Code)(Java Doc)
final static int BRANCHGROUP(Code)(Java Doc)
final static int CLIP(Code)(Java Doc)
final static int CONESOUND(Code)(Java Doc)
final static int CONTAINS_VIEWPLATFORM(Code)(Java Doc)
final static int CURRENT_LOCAL_TO_VWORLD(Code)(Java Doc)
final static int DECALGROUP(Code)(Java Doc)
final static int DIRECTIONALLIGHT(Code)(Java Doc)
final static int EXPONENTIALFOG(Code)(Java Doc)
final static int GROUP(Code)(Java Doc)
final static int LAST_LOCAL_TO_VWORLD(Code)(Java Doc)
final static int LINEARFOG(Code)(Java Doc)
final static int LINK(Code)(Java Doc)
final static int MODELCLIP(Code)(Java Doc)
final static int MORPH(Code)(Java Doc)
final static int NUMNODES(Code)(Java Doc)
final static int ORDEREDGROUP(Code)(Java Doc)
final static int ORIENTEDSHAPE3D(Code)(Java Doc)
final static int POINTLIGHT(Code)(Java Doc)
final static int POINTSOUND(Code)(Java Doc)
final static int SHAPE(Code)(Java Doc)
final static int SHAREDGROUP(Code)(Java Doc)
final static int SOUNDSCAPE(Code)(Java Doc)
final static int SPOTLIGHT(Code)(Java Doc)
final static int SWITCH(Code)(Java Doc)
final static int TRANSFORMGROUP(Code)(Java Doc)
final static int VIEWPLATFORM(Code)(Java Doc)
final static int VIEWSPECIFICGROUP(Code)(Java Doc)
Bounds apiBounds(Code)(Java Doc)
boolean boundsAutoCompute(Code)(Java Doc)
ArrayList branchGroupPaths(Code)(Java Doc)
protected Bounds cachedBounds(Code)(Java Doc)
int childIndex(Code)(Java Doc)
boolean collidable(Code)(Java Doc)
BackgroundRetained geometryBackground(Code)(Java Doc)
boolean inSharedGroup(Code)(Java Doc)
Bounds localBounds(Code)(Java Doc)
Transform3D localToVworld(Code)(Java Doc)
int localToVworldIndex(Code)(Java Doc)
HashKey localToVworldKeys(Code)(Java Doc)
Locale locale(Code)(Java Doc)
int nnuId(Code)(Java Doc)
String nodeId(Code)(Java Doc)
int nodeType(Code)(Java Doc)
Integer orderedId(Code)(Java Doc)
NodeRetained parent(Code)(Java Doc)
GroupRetained parentSwitchLink(Code)(Java Doc)
GroupRetained parentTransformLink(Code)(Java Doc)
boolean pickable(Code)(Java Doc)
int refCount(Code)(Java Doc)
TransformGroupRetained staticTransform(Code)(Java Doc)
VirtualUniverse universe(Code)(Java Doc)
protected boolean validCachedBounds(Code)(Java Doc)

Methods inherited from javax.media.j3d.NodeRetained
void clearLive(SetLiveState s)(Code)(Java Doc)
void computeCombineBounds(Bounds bounds)(Code)(Java Doc)
void computeNonLiveLocalToVworld(Transform3D t, Node caller)(Code)(Java Doc)
void dirtyBoundsCache()(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
public int equal(NnuId obj)(Code)(Java Doc)
void findCollidableFlags(boolean collide)(Code)(Java Doc)
void findPickableFlags(boolean pick)(Code)(Java Doc)
void findTransformLevels(int transformLevels)(Code)(Java Doc)
Bounds getBounds()(Code)(Java Doc)
boolean getBoundsAutoCompute()(Code)(Java Doc)
boolean getCollidable()(Code)(Java Doc)
Transform3D getCurrentLocalToVworld()(Code)(Java Doc)
Transform3D getCurrentLocalToVworld(int index)(Code)(Java Doc)
Transform3D getCurrentLocalToVworld(HashKey key)(Code)(Java Doc)
Bounds getEffectiveBounds()(Code)(Java Doc)
public int getId()(Code)(Java Doc)
Transform3D getLastLocalToVworld()(Code)(Java Doc)
Transform3D getLastLocalToVworld(int index)(Code)(Java Doc)
Transform3D getLastLocalToVworld(HashKey key)(Code)(Java Doc)
Bounds getLocalBounds(Bounds bounds)(Code)(Java Doc)
void getLocalToVworld(Transform3D t)(Code)(Java Doc)
void getLocalToVworld(SceneGraphPath path, Transform3D t)(Code)(Java Doc)
void getLocalToVworld(Transform3D t, HashKey key)(Code)(Java Doc)
Locale getLocale()(Code)(Java Doc)
NodeRetained getParent()(Code)(Java Doc)
boolean getPickable()(Code)(Java Doc)
VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
void notifySceneGraphChanged(boolean globalTraverse)(Code)(Java Doc)
int[] processViewSpecificInfo(int mode, HashKey k, View v, ArrayList vsgList, int[] keyList, ArrayList leafList)(Code)(Java Doc)
void recombineAbove()(Code)(Java Doc)
void removeNodeData(SetLiveState s)(Code)(Java Doc)
void searchGeometryAtoms(UnorderList list)(Code)(Java Doc)
void setAuxData(SetLiveState s, int index, int hkIndex)(Code)(Java Doc)
void setBounds(Bounds bounds)(Code)(Java Doc)
void setBoundsAutoCompute(boolean autoCompute)(Code)(Java Doc)
void setCollidable(boolean collidable)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setNodeData(SetLiveState s)(Code)(Java Doc)
void setParent(NodeRetained parent)(Code)(Java Doc)
void setPickable(boolean pickable)(Code)(Java Doc)
void transformBounds(SceneGraphPath path, Bounds bound)(Code)(Java Doc)
void updateCollidable(HashKey keys, boolean collide)(Code)(Java Doc)
synchronized void updateLocalToVworld()(Code)(Java Doc)
void updatePickable(HashKey pickKeys, boolean pick)(Code)(Java Doc)

Fields inherited from javax.media.j3d.SceneGraphObjectRetained
final static int DONT_MERGE(Code)(Java Doc)
final static int MERGE(Code)(Java Doc)
final static int MERGE_DONE(Code)(Java Doc)
boolean inBackgroundGroup(Code)(Java Doc)
boolean inSetLive(Code)(Java Doc)
int mergeFlag(Code)(Java Doc)
boolean onUpdateList(Code)(Java Doc)
SceneGraphObject source(Code)(Java Doc)

Methods inherited from javax.media.j3d.SceneGraphObjectRetained
void clearLive(VirtualUniverse univ, int index, boolean sharedGroup, HashKey[] keys)(Code)(Java Doc)
void clearLive()(Code)(Java Doc)
protected Object clone()(Code)(Java Doc)
void compile(CompileState compState)(Code)(Java Doc)
void doSetLive(boolean inBackgroundGroup)(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
SceneGraphObject getSource()(Code)(Java Doc)
VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void handleFrequencyChange(int bit)(Code)(Java Doc)
boolean isInSetLive()(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
void markAsLive()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
void setCompiled()(Code)(Java Doc)
void setLive(boolean inBackgroundGroup)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setSource(SceneGraphObject source)(Code)(Java Doc)
void traverse(boolean sameLevel, int level)(Code)(Java Doc)

Fields inherited from javax.media.j3d.IndexedObject
int[][] listIdx(Code)(Java Doc)

Methods inherited from javax.media.j3d.IndexedObject
synchronized int getIdxUsed(VirtualUniverse u)(Code)(Java Doc)
abstract VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void incIdxUsed()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.