Java Doc for Shape3DRetained.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.LeafRetained
               javax.media.j3d.Shape3DRetained

All known Subclasses:   javax.media.j3d.Shape3DCompileRetained,  javax.media.j3d.OrientedShape3DRetained,
Shape3DRetained
class Shape3DRetained extends LeafRetained (Code)
A shape leaf node consisting of geometry and appearance properties.


Field Summary
final static  intAPPEARANCEOVERRIDE_CHANGED
    
final static  intAPPEARANCE_CHANGED
    
final static  intBOUNDS_CHANGED
    
final static  intCOLLISION_CHANGED
    
final static  intGEOMETRY_CHANGED
    
final static  intLAST_DEFINED_BIT
    
 AlternateAppearanceRetained[]altApps
    
 AppearanceRetainedappearance
     The appearance component of the shape node.
 booleanappearanceOverrideEnable
    
 Boundsbounds
    
 BranchGroupRetainedbranchGroupPath
     Reference to the BranchGroup path of this mirror shape This is used for picking and GeometryStructure only.
 intchangedFrequent
    
 intclosestSwitchIndex
    
 SwitchRetainedclosestSwitchParent
    
 BoundscollisionBound
    
 BoundscollisionVwcBound
    
 FogRetained[]fogs
    
 ArrayListgeometryList
     The arraylist of geometry component of the shape node.
 booleaninImmCtx
    
 booleanisCollidable
    
 intisDirty
    
 booleanisPickable
    
 HashKeykey
    
 LightRetained[]lights
    
 ArrayListmirrorShape3D
     The mirror Shape3DRetained nodes for this object.
 ModelClipRetained[]modelClips
    
 intnumAltApps
    
 intnumModelClips
    
 intnumfogs
    
 intnumlights
    
 OrderedPathorderedPath
    
 AppearanceRetainedotherAppearance
    
 NodeRetainedsourceNode
     This field is used for mirror Shape3D nodes accessing their original nodes.
final static  inttargetThreads
    
 ArrayListviewList
    
 booleanvisible
    
 BoundingBoxvwcBounds
    

Constructor Summary
 Shape3DRetained()
    

Method Summary
 voidaddAltApp(AlternateAppearanceRetained aApp)
    
 voidaddFog(FogRetained fog)
    
 voidaddGeometry(Geometry geometry)
     Appends the specified geometry component to this Shape3D node's list of geometry components.
 voidaddLight(LightRetained light)
    
 voidaddModelClip(ModelClipRetained modelClip)
    
 booleanallowIntersect()
    
 voidcheckEquivalenceClass(Geometry geometry, int index)
    
 voidclearLive(SetLiveState s)
     assign a name to this node when it is made live.
 voidclearMirrorShape()
    
 voidcompile(CompileState compState)
    
 voidcomputeCombineBounds(Bounds bounds)
     ONLY needed for SHAPE, MORPH, and LINK node type.
 voiddoSetLive(SetLiveState s)
    
 EnumerationgetAllGeometries(int id)
     Returns an enumeration of this Shape3D node's list of geometry components.
 AppearancegetAppearance()
     Retrieves the shape node's appearance component.
 booleangetAppearanceOverrideEnable()
    
 BoundsgetBounds()
     Gets the bounding object of a node.
 BoundsgetCollisionBounds(int id)
     Gets the collision bounds of a node.
 voidgetCombineBounds(BoundingBox bounds)
    
 BoundsgetEffectiveBounds()
    
final static  GeometryAtomgetGeomAtom(Shape3DRetained shape)
    
final static  GeometryAtom[]getGeomAtomsArray(ArrayList userList)
     Return an array of geometry atoms belongs to userList.
final static  ArrayListgetGeomAtomsList(ArrayList userList, ArrayList univList)
     Return a list of geometry atoms belongs to userList and places a list of universe found in userList in univList.
 GeometrygetGeometry(int index, int id)
     Retrieves the geometry component of this Shape3D node.
 booleangetInImmCtx()
    
 BoundsgetLocalBounds(Bounds bounds)
    
 voidgetMirrorObjects(ArrayList list, HashKey k)
    
 Shape3DRetainedgetMirrorShape(SceneGraphPath path)
    
 Shape3DRetainedgetMirrorShape(HashKey key)
    
 intgetPrimaryViewIdx()
    
 voidhandleFrequencyChange(int bit)
    
 intindexOfGeometry(Geometry geometry)
    
 voidinitMirrorShape3D(SetLiveState s, MorphRetained morph, int index)
     This initialize the mirror shape to reflect the state of the real Morph.
 voidinitializeGAtom(Shape3DRetained ms)
    
 voidinsertGeometry(Geometry geometry, int index)
     Inserts the specified geometry component into this Shape3D node's list of geometry components at the specified index.
 booleanintersect(PickInfo pickInfo, PickShape pickShape, int flags)
    
 booleanintersect(SceneGraphPath path, PickShape pickShape, double[] dist)
     Check if the geometry component of this shape node under path intersects with the pickShape. This is an expensive method.
 booleanintersectGeometryList(Shape3DRetained otherShape)
    
 booleanintersectGeometryList(Transform3D thisLocalToVworld, Bounds targetBound)
    
 booleanisAlphaEditable(GeometryRetained geo)
    
 booleanisAlphaFrequentlyEditable(GeometryRetained geo)
    
 booleanisEquivalent(Shape3DRetained shape)
    
 booleanisStatic()
    
 voidmerge(CompileState compState)
    
 intnumGeometries(int id)
     Returns the number of geometry components in this Shape3D node's list of geometry components.
 voidremoveAllGeometries()
    
 voidremoveAltApp(AlternateAppearanceRetained aApp)
    
 voidremoveFog(FogRetained fog)
    
 voidremoveGeometry(int index)
     Removes the geometry component at the specified index from this Shape3D node's list of geometry components.
 voidremoveGeometry(Geometry geometry)
    
 voidremoveLight(LightRetained light)
    
 voidremoveModelClip(ModelClipRetained modelClip)
    
 voidsearchGeometryAtoms(UnorderList list)
    
 voidsetAppearance(Appearance newAppearance)
     Sets the appearance component of this Shape3D node.
 voidsetAppearanceOverrideEnable(boolean flag)
    
 voidsetBounds(Bounds bounds)
     Sets the geometric bounds of a node.
 voidsetBoundsAutoCompute(boolean autoCompute)
    
 voidsetCollisionBounds(Bounds bounds)
     Sets the collision bounds of a node.
final static  voidsetGeomAtom(Shape3DRetained shape, GeometryAtom ga)
    
 voidsetGeometry(Geometry geometry, int index)
     Replaces the geometry component at the specified index in this Shape3D node's list of geometry components with the specified geometry component.
 voidsetInImmCtx(boolean inCtx)
    
 voidsetLive(SetLiveState s)
     assign a name to this node when it is made live.
 voidsetMorphGeometry(Geometry geometry, ArrayList mirrorShapes)
    
 booleanshapeIsMergeable(CompileState compState)
    
 booleanstaticXformCanBeApplied()
    
 voidupdateBounds()
    
 voidupdateCollidable(HashKey keys, boolean collide)
    
 voidupdateImmediateMirrorObject(Object[] objs)
    
 voidupdatePickable(HashKey keys, boolean pick)
    
 booleanwillRemainOpaque(int geoType)
    

Field Detail
APPEARANCEOVERRIDE_CHANGED
final static int APPEARANCEOVERRIDE_CHANGED(Code)



APPEARANCE_CHANGED
final static int APPEARANCE_CHANGED(Code)



BOUNDS_CHANGED
final static int BOUNDS_CHANGED(Code)



COLLISION_CHANGED
final static int COLLISION_CHANGED(Code)



GEOMETRY_CHANGED
final static int GEOMETRY_CHANGED(Code)



LAST_DEFINED_BIT
final static int LAST_DEFINED_BIT(Code)



altApps
AlternateAppearanceRetained[] altApps(Code)



appearance
AppearanceRetained appearance(Code)
The appearance component of the shape node.



appearanceOverrideEnable
boolean appearanceOverrideEnable(Code)



bounds
Bounds bounds(Code)



branchGroupPath
BranchGroupRetained branchGroupPath(Code)
Reference to the BranchGroup path of this mirror shape This is used for picking and GeometryStructure only.



changedFrequent
int changedFrequent(Code)



closestSwitchIndex
int closestSwitchIndex(Code)



closestSwitchParent
SwitchRetained closestSwitchParent(Code)



collisionBound
Bounds collisionBound(Code)



collisionVwcBound
Bounds collisionVwcBound(Code)



fogs
FogRetained[] fogs(Code)



geometryList
ArrayList geometryList(Code)
The arraylist of geometry component of the shape node.



inImmCtx
boolean inImmCtx(Code)



isCollidable
boolean isCollidable(Code)



isDirty
int isDirty(Code)



isPickable
boolean isPickable(Code)



key
HashKey key(Code)
The hashkey for this Shape3DRetained mirror object



lights
LightRetained[] lights(Code)



mirrorShape3D
ArrayList mirrorShape3D(Code)
The mirror Shape3DRetained nodes for this object. There is one mirror for each instance of this Shape3D node. If it is not in a SharedGroup, only index 0 is valid. Do not change the following private variables to public, its access need to synchronize via mirrorShape3DLock.



modelClips
ModelClipRetained[] modelClips(Code)



numAltApps
int numAltApps(Code)



numModelClips
int numModelClips(Code)



numfogs
int numfogs(Code)



numlights
int numlights(Code)



orderedPath
OrderedPath orderedPath(Code)



otherAppearance
AppearanceRetained otherAppearance(Code)



sourceNode
NodeRetained sourceNode(Code)
This field is used for mirror Shape3D nodes accessing their original nodes. It is a NodeRetained because the original node may be a Shape3DRetained or a MorphRetained node.



targetThreads
final static int targetThreads(Code)



viewList
ArrayList viewList(Code)



visible
boolean visible(Code)



vwcBounds
BoundingBox vwcBounds(Code)




Constructor Detail
Shape3DRetained
Shape3DRetained()(Code)




Method Detail
addAltApp
void addAltApp(AlternateAppearanceRetained aApp)(Code)



addFog
void addFog(FogRetained fog)(Code)



addGeometry
void addGeometry(Geometry geometry)(Code)
Appends the specified geometry component to this Shape3D node's list of geometry components. If there are existing geometry components in the list, the new geometry component must be of the same equivalence class (point, line, polygon, CompressedGeometry, Raster, Text3D) as the others.
Parameters:
  geometry - the geometry component to be appended.
exception:
  IllegalArgumentException - if the new geometrycomponent is not of of the same equivalence class as theexisting geometry components.
since:
   Java 3D 1.2



addLight
void addLight(LightRetained light)(Code)



addModelClip
void addModelClip(ModelClipRetained modelClip)(Code)



allowIntersect
boolean allowIntersect()(Code)



checkEquivalenceClass
void checkEquivalenceClass(Geometry geometry, int index)(Code)



clearLive
void clearLive(SetLiveState s)(Code)
assign a name to this node when it is made live.



clearMirrorShape
void clearMirrorShape()(Code)
This clears all references in a mirror shape



compile
void compile(CompileState compState)(Code)



computeCombineBounds
void computeCombineBounds(Bounds bounds)(Code)
ONLY needed for SHAPE, MORPH, and LINK node type. Compute the combine bounds of bounds and its localBounds.



doSetLive
void doSetLive(SetLiveState s)(Code)



getAllGeometries
Enumeration getAllGeometries(int id)(Code)
Returns an enumeration of this Shape3D node's list of geometry components. an Enumeration object containing all geometry components inthis Shape3D node's list of geometry components.
since:
   Java 3D 1.2



getAppearance
Appearance getAppearance()(Code)
Retrieves the shape node's appearance component. the shape node's appearance



getAppearanceOverrideEnable
boolean getAppearanceOverrideEnable()(Code)



getBounds
Bounds getBounds()(Code)
Gets the bounding object of a node. the node's bounding object



getCollisionBounds
Bounds getCollisionBounds(int id)(Code)
Gets the collision bounds of a node. the node's bounding object



getCombineBounds
void getCombineBounds(BoundingBox bounds)(Code)



getEffectiveBounds
Bounds getEffectiveBounds()(Code)



getGeomAtom
final static GeometryAtom getGeomAtom(Shape3DRetained shape)(Code)



getGeomAtomsArray
final static GeometryAtom[] getGeomAtomsArray(ArrayList userList)(Code)
Return an array of geometry atoms belongs to userList. The input is an arraylist of Shape3DRetained type. This is used to send a message of the snapshot of the geometry atoms that are affected by this change.



getGeomAtomsList
final static ArrayList getGeomAtomsList(ArrayList userList, ArrayList univList)(Code)
Return a list of geometry atoms belongs to userList and places a list of universe found in userList in univList. The input is an array of Shape3DRetained type. univList is assume to be empty. This is used to send a message of the snapshot of the geometry atoms that are affected by this change.



getGeometry
Geometry getGeometry(int index, int id)(Code)
Retrieves the geometry component of this Shape3D node. the geometry component of this shape node
since:
   Java 3D 1.2



getInImmCtx
boolean getInImmCtx()(Code)
This gets the immedate mode context flag



getLocalBounds
Bounds getLocalBounds(Bounds bounds)(Code)



getMirrorObjects
void getMirrorObjects(ArrayList list, HashKey k)(Code)



getMirrorShape
Shape3DRetained getMirrorShape(SceneGraphPath path)(Code)



getMirrorShape
Shape3DRetained getMirrorShape(HashKey key)(Code)



getPrimaryViewIdx
int getPrimaryViewIdx()(Code)



handleFrequencyChange
void handleFrequencyChange(int bit)(Code)



indexOfGeometry
int indexOfGeometry(Geometry geometry)(Code)



initMirrorShape3D
void initMirrorShape3D(SetLiveState s, MorphRetained morph, int index)(Code)
This initialize the mirror shape to reflect the state of the real Morph.



initializeGAtom
void initializeGAtom(Shape3DRetained ms)(Code)



insertGeometry
void insertGeometry(Geometry geometry, int index)(Code)
Inserts the specified geometry component into this Shape3D node's list of geometry components at the specified index. If there are existing geometry components in the list, the new geometry component must be of the same equivalence class (point, line, polygon, CompressedGeometry, Raster, Text3D) as the others.
Parameters:
  geometry - the geometry component to be inserted at thespecified index.
Parameters:
  index - the index at which the geometry component is inserted.
since:
   Java 3D 1.2



intersect
boolean intersect(PickInfo pickInfo, PickShape pickShape, int flags)(Code)



intersect
boolean intersect(SceneGraphPath path, PickShape pickShape, double[] dist)(Code)
Check if the geometry component of this shape node under path intersects with the pickShape. This is an expensive method. It should only be called if and only if the path's bound intersects pickShape.
exception:
  IllegalArgumentException - if path isinvalid.



intersectGeometryList
boolean intersectGeometryList(Shape3DRetained otherShape)(Code)



intersectGeometryList
boolean intersectGeometryList(Transform3D thisLocalToVworld, Bounds targetBound)(Code)



isAlphaEditable
boolean isAlphaEditable(GeometryRetained geo)(Code)



isAlphaFrequentlyEditable
boolean isAlphaFrequentlyEditable(GeometryRetained geo)(Code)



isEquivalent
boolean isEquivalent(Shape3DRetained shape)(Code)



isStatic
boolean isStatic()(Code)



merge
void merge(CompileState compState)(Code)



numGeometries
int numGeometries(int id)(Code)
Returns the number of geometry components in this Shape3D node's list of geometry components. the number of geometry components in this Shape3D node'slist of geometry components.
since:
   Java 3D 1.2



removeAllGeometries
void removeAllGeometries()(Code)



removeAltApp
void removeAltApp(AlternateAppearanceRetained aApp)(Code)



removeFog
void removeFog(FogRetained fog)(Code)



removeGeometry
void removeGeometry(int index)(Code)
Removes the geometry component at the specified index from this Shape3D node's list of geometry components.
Parameters:
  index - the index of the geometry component to be removed.
since:
   Java 3D 1.2



removeGeometry
void removeGeometry(Geometry geometry)(Code)



removeLight
void removeLight(LightRetained light)(Code)



removeModelClip
void removeModelClip(ModelClipRetained modelClip)(Code)



searchGeometryAtoms
void searchGeometryAtoms(UnorderList list)(Code)



setAppearance
void setAppearance(Appearance newAppearance)(Code)
Sets the appearance component of this Shape3D node.
Parameters:
  appearance - the new apearance component for this shape node



setAppearanceOverrideEnable
void setAppearanceOverrideEnable(boolean flag)(Code)



setBounds
void setBounds(Bounds bounds)(Code)
Sets the geometric bounds of a node.
Parameters:
  bounds - the bounding object for the node



setBoundsAutoCompute
void setBoundsAutoCompute(boolean autoCompute)(Code)



setCollisionBounds
void setCollisionBounds(Bounds bounds)(Code)
Sets the collision bounds of a node.
Parameters:
  bounds - the bounding object for the node



setGeomAtom
final static void setGeomAtom(Shape3DRetained shape, GeometryAtom ga)(Code)



setGeometry
void setGeometry(Geometry geometry, int index)(Code)
Replaces the geometry component at the specified index in this Shape3D node's list of geometry components with the specified geometry component. If there are existing geometry components in the list (besides the one being replaced), the new geometry component must be of the same equivalence class (point, line, polygon, CompressedGeometry, Raster, Text3D) as the others.
Parameters:
  geometry - the geometry component to be stored at thespecified index.
Parameters:
  index - the index of the geometry component to be replaced.
exception:
  IllegalArgumentException - if the new geometrycomponent is not of of the same equivalence class as theexisting geometry components.
since:
   Java 3D 1.2



setInImmCtx
void setInImmCtx(boolean inCtx)(Code)
This sets the immedate mode context flag



setLive
void setLive(SetLiveState s)(Code)
assign a name to this node when it is made live.



setMorphGeometry
void setMorphGeometry(Geometry geometry, ArrayList mirrorShapes)(Code)



shapeIsMergeable
boolean shapeIsMergeable(CompileState compState)(Code)



staticXformCanBeApplied
boolean staticXformCanBeApplied()(Code)



updateBounds
void updateBounds()(Code)



updateCollidable
void updateCollidable(HashKey keys, boolean collide)(Code)



updateImmediateMirrorObject
void updateImmediateMirrorObject(Object[] objs)(Code)



updatePickable
void updatePickable(HashKey keys, boolean pick)(Code)



willRemainOpaque
boolean willRemainOpaque(int geoType)(Code)



Fields inherited from javax.media.j3d.LeafRetained
boolean boundsDirty(Code)(Java Doc)
SwitchState switchState(Code)(Java Doc)

Methods inherited from javax.media.j3d.LeafRetained
protected Object clone(boolean forceDuplicate)(Code)(Java Doc)
void getMirrorObjects(ArrayList l, HashKey k)(Code)(Java Doc)
void updateBoundingLeaf()(Code)(Java Doc)
void updateBounds()(Code)(Java Doc)
void updateMirrorObject(Object[] args)(Code)(Java Doc)
void updateTransformChange()(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.