Java Doc for Morph.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.SceneGraphObject
      javax.media.j3d.Node
         javax.media.j3d.Leaf
            javax.media.j3d.Morph

Morph
public class Morph extends Leaf (Code)
The Morph leaf node permits an application to morph between multiple GeometryArrays. The Morph node contains a single Appearance node, an array of GeometryArray objects, and an array of corresponding weights. The Morph node combines these GeometryArrays into an aggregate shape based on each GeometryArray's corresponding weight. Typically, Behavior nodes will modify the weights to achieve various morphing effects.

The following restrictions apply to each GeometryArray object in the specified array of GeometryArray objects:

  • All N geometry arrays must be of the same type (that is, the same subclass of GeometryArray).
  • The vertexFormat, texCoordSetCount, and validVertexCount must be the same for all N geometry arrays.
  • The texCoordSetMap array must be identical (element-by-element) for all N geometry arrays.
  • For IndexedGeometryArray objects, the validIndexCount must be the same for all N geometry arrays.
  • For GeometryStripArray objects, the stripVertexCounts array must be identical (element-by-element) for all N geometry arrays.
  • For IndexedGeometryStripArray objects, the stripIndexCounts array must be identical (element-by-element) for all N geometry arrays.
  • For indexed geometry by-reference, the array lengths of each enabled vertex component (coord, color, normal, texcoord) must be the same for all N geometry arrays.

For IndexedGeometryArray objects, the vertex arrays are morphed before the indexes are applied. Only the indexes in the first geometry array (geometry[0]) are used when rendering the geometry.



Field Summary
final public static  intALLOW_APPEARANCE_OVERRIDE_READ
     Specifies that this node allows reading its appearance override enable flag.
final public static  intALLOW_APPEARANCE_OVERRIDE_WRITE
     Specifies that this node allows writing its appearance override enable flag.
final public static  intALLOW_APPEARANCE_READ
     Specifies that the node allows read access to its appearance information.
final public static  intALLOW_APPEARANCE_WRITE
     Specifies that the node allows write access to its appearance information.
final public static  intALLOW_COLLISION_BOUNDS_READ
     Specifies that the node allows reading its collision Bounds.
final public static  intALLOW_COLLISION_BOUNDS_WRITE
     Specifies the node allows writing its collision Bounds.
final public static  intALLOW_GEOMETRY_ARRAY_READ
     Specifies that the node allows read access to its geometry information.
final public static  intALLOW_GEOMETRY_ARRAY_WRITE
     Specifies that the node allows write access to its geometry information.
final public static  intALLOW_WEIGHTS_READ
     Specifies that the node allows read access to its morph weight vector.
final public static  intALLOW_WEIGHTS_WRITE
     Specifies that the node allows write access to its morph weight vector.

Constructor Summary
 Morph()
    
public  Morph(GeometryArray geometryArrays)
     Constructs and initializes a Morph node with the specified array of GeometryArray objects.
public  Morph(GeometryArray geometryArrays, Appearance appearance)
     Constructs and initializes a Morph node with the specified array of GeometryArray objects and the specified appearance object.
Parameters:
  geometryArrays - the geometry components of the Morph nodea null or zero-length array of GeometryArray objects ispermitted, and specifies that no geometry is drawn.

Method Summary
public  NodecloneNode(boolean forceDuplicate)
     Creates a new instance of the node.
 voidcreateRetained()
     Creates the retained mode MorphRetained object that this Morph object will point to.
 voidduplicateAttributes(Node originalNode, boolean forceDuplicate)
     Copies all Morph information from originalNode into the current node.
public  voidduplicateNode(Node originalNode, boolean forceDuplicate)
     Copies all node information from originalNode into the current node.
public  AppearancegetAppearance()
     Retrieves the appearance component of this morph node.
public  booleangetAppearanceOverrideEnable()
     Retrieves the appearanceOverrideEnable flag for this node.
public  BoundsgetCollisionBounds()
     Returns the collision bounding object of this node.
public  GeometryArraygetGeometryArray(int index)
     Retrieves the geometryArray component of this Morph node.
public  double[]getWeights()
     Retrieves the Morph node's morph weight vector.
public  booleanintersect(SceneGraphPath path, PickShape pickShape)
     Checks whether the geometry in this morph node intersects with the specified pickShape.
public  booleanintersect(SceneGraphPath path, PickRay pickRay, double[] dist)
     Checks whether the geometry in this morph node intersects with the specified pickRay.
Parameters:
  path - the SceneGraphPath to this morph node
Parameters:
  pickRay - the PickRay to be intersected
Parameters:
  dist - the closest distance of the intersection true if the pick shape intersects this node; falseotherwise.
public  booleanintersect(SceneGraphPath path, PickShape pickShape, double[] dist)
     Checks whether the geometry in this morph node intersects with the specified pickShape.
Parameters:
  path - the SceneGraphPath to this morph node
Parameters:
  pickShape - the PickShape to be intersected
Parameters:
  dist - the closest distance of the intersection true if the pick shape intersects this node; falseotherwise.
public  voidsetAppearance(Appearance appearance)
     Sets the appearance component of this Morph node.
public  voidsetAppearanceOverrideEnable(boolean flag)
     Sets a flag that indicates whether this node's appearance can be overridden.
public  voidsetCollisionBounds(Bounds bounds)
     Sets the collision bounds of a node.
public  voidsetGeometryArrays(GeometryArray geometryArrays)
     Sets the geometryArrays component of the Morph node. If the current array of GeometryArrays in this Morph object is non-null with a length greater than 0, the specified array of GeometryArrays must be the same length as the current array. If the current array of GeometryArrays in this Morph object is null or has a length of 0, and the specified array of GeometryArrays is non-null with a length greater than 0, the length of the incoming array defines the number of the geometry objects that will be morphed.
public  voidsetWeights(double weights)
     Sets this Morph node's morph weight vector.

Field Detail
ALLOW_APPEARANCE_OVERRIDE_READ
final public static int ALLOW_APPEARANCE_OVERRIDE_READ(Code)
Specifies that this node allows reading its appearance override enable flag.
since:
   Java 3D 1.2



ALLOW_APPEARANCE_OVERRIDE_WRITE
final public static int ALLOW_APPEARANCE_OVERRIDE_WRITE(Code)
Specifies that this node allows writing its appearance override enable flag.
since:
   Java 3D 1.2



ALLOW_APPEARANCE_READ
final public static int ALLOW_APPEARANCE_READ(Code)
Specifies that the node allows read access to its appearance information.



ALLOW_APPEARANCE_WRITE
final public static int ALLOW_APPEARANCE_WRITE(Code)
Specifies that the node allows write access to its appearance information.



ALLOW_COLLISION_BOUNDS_READ
final public static int ALLOW_COLLISION_BOUNDS_READ(Code)
Specifies that the node allows reading its collision Bounds.



ALLOW_COLLISION_BOUNDS_WRITE
final public static int ALLOW_COLLISION_BOUNDS_WRITE(Code)
Specifies the node allows writing its collision Bounds.



ALLOW_GEOMETRY_ARRAY_READ
final public static int ALLOW_GEOMETRY_ARRAY_READ(Code)
Specifies that the node allows read access to its geometry information.



ALLOW_GEOMETRY_ARRAY_WRITE
final public static int ALLOW_GEOMETRY_ARRAY_WRITE(Code)
Specifies that the node allows write access to its geometry information.



ALLOW_WEIGHTS_READ
final public static int ALLOW_WEIGHTS_READ(Code)
Specifies that the node allows read access to its morph weight vector.



ALLOW_WEIGHTS_WRITE
final public static int ALLOW_WEIGHTS_WRITE(Code)
Specifies that the node allows write access to its morph weight vector.




Constructor Detail
Morph
Morph()(Code)



Morph
public Morph(GeometryArray geometryArrays)(Code)
Constructs and initializes a Morph node with the specified array of GeometryArray objects. Default values are used for all other parameters as follows:
    appearance : null
    weights : [1, 0, 0, 0, ...]
    collision bounds : null
    appearance override enable : false

A null appearance object specifies that default values are used for all appearance attributes.
Parameters:
  geometryArrays - the geometry components of the morph;a null or zero-length array of GeometryArray objects ispermitted, and specifies that no geometry is drawn. In this case,the array of weights is initialized to a zero-length array.
exception:
  IllegalArgumentException - if any of the specifiedgeometry array objects differ from each other in any of thefollowing ways:

  • Type of geometry array object (subclass of GeometryArray)
  • vertexFormat
  • texCoordSetCount
  • texCoordSetMap
  • validVertexCount
  • validIndexCount, for IndexedGeometryArray objects
  • stripVertexCounts array, for GeometryStripArray objects
  • stripIndexCounts array, for IndexedGeometryStripArray objects
  • the array lengths of each enabled vertex component(coord, color, normal, texcoord),for indexed geometry by-reference

exception:
  UnsupportedOperationException - if the specifiedgeometry arrays contain vertex attributes (that is, if theirvertexFormat includes the VERTEX_ATTRIBUTES flag).



Morph
public Morph(GeometryArray geometryArrays, Appearance appearance)(Code)
Constructs and initializes a Morph node with the specified array of GeometryArray objects and the specified appearance object.
Parameters:
  geometryArrays - the geometry components of the Morph nodea null or zero-length array of GeometryArray objects ispermitted, and specifies that no geometry is drawn. In this case,the array of weights is initialized to a zero-length array.
Parameters:
  appearance - the appearance component of the Morph node
exception:
  IllegalArgumentException - if any of the specifiedgeometry array objects differ from each other in any of thefollowing ways:
  • Type of geometry array object (subclass of GeometryArray)
  • vertexFormat
  • texCoordSetCount
  • texCoordSetMap
  • validVertexCount
  • validIndexCount, for IndexedGeometryArray objects
  • stripVertexCounts array, for GeometryStripArray objects
  • stripIndexCounts array, for IndexedGeometryStripArray objects
  • the array lengths of each enabled vertex component(coord, color, normal, texcoord),for indexed geometry by-reference

exception:
  UnsupportedOperationException - if the specifiedgeometry arrays contain vertex attributes (that is, if theirvertexFormat includes the VERTEX_ATTRIBUTES flag).




Method Detail
cloneNode
public Node cloneNode(boolean forceDuplicate)(Code)
Creates a new instance of the node. This routine is called by cloneTree to duplicate the current node.
Parameters:
  forceDuplicate - when set to true, causes theduplicateOnCloneTree flag to be ignored. Whenfalse, the value of each node'sduplicateOnCloneTree variable determines whetherNodeComponent data is duplicated or copied.
See Also:   Node.cloneTree
See Also:   Node.cloneNode
See Also:   Node.duplicateNode
See Also:   NodeComponent.setDuplicateOnCloneTree



createRetained
void createRetained()(Code)
Creates the retained mode MorphRetained object that this Morph object will point to.



duplicateAttributes
void duplicateAttributes(Node originalNode, boolean forceDuplicate)(Code)
Copies all Morph information from originalNode into the current node. This method is called from the cloneNode method which is, in turn, called by the cloneTree method.


Parameters:
  originalNode - the original node to duplicate.
Parameters:
  forceDuplicate - when set to true, causes theduplicateOnCloneTree flag to be ignored. Whenfalse, the value of each node'sduplicateOnCloneTree variable determines whetherNodeComponent data is duplicated or copied.
exception:
  RestrictedAccessException - if this object is part of a liveor compiled scenegraph.
See Also:   Node.duplicateNode
See Also:   Node.cloneTree
See Also:   NodeComponent.setDuplicateOnCloneTree




duplicateNode
public void duplicateNode(Node originalNode, boolean forceDuplicate)(Code)
Copies all node information from originalNode into the current node. This method is called from the cloneNode method which is, in turn, called by the cloneTree method.

For any NodeComponent objects contained by the object being duplicated, each NodeComponent object's duplicateOnCloneTree value is used to determine whether the NodeComponent should be duplicated in the new node or if just a reference to the current node should be placed in the new node. This flag can be overridden by setting the forceDuplicate parameter in the cloneTree method to true.
NOTE: Applications should not call this method directly. It should only be called by the cloneNode method.
Parameters:
  originalNode - the original node to duplicate.
Parameters:
  forceDuplicate - when set to true, causes theduplicateOnCloneTree flag to be ignored. Whenfalse, the value of each node'sduplicateOnCloneTree variable determines whetherNodeComponent data is duplicated or copied.
exception:
  ClassCastException - if originalNode is not an instance of Morph
See Also:   Node.cloneTree
See Also:   Node.cloneNode
See Also:   NodeComponent.setDuplicateOnCloneTree




getAppearance
public Appearance getAppearance()(Code)
Retrieves the appearance component of this morph node. the appearance component of this morph node
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph



getAppearanceOverrideEnable
public boolean getAppearanceOverrideEnable()(Code)
Retrieves the appearanceOverrideEnable flag for this node. true if the appearance can be overridden; falseotherwise.
exception:
  CapabilityNotSetException - if appropriate capability is not set and this object is part of live or compiled scene graph
since:
   Java 3D 1.2



getCollisionBounds
public Bounds getCollisionBounds()(Code)
Returns the collision bounding object of this node. the node's collision bounding object
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph



getGeometryArray
public GeometryArray getGeometryArray(int index)(Code)
Retrieves the geometryArray component of this Morph node.
Parameters:
  index - the index of GeometryArray to be returned the geometryArray component of this Morph node
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph



getWeights
public double[] getWeights()(Code)
Retrieves the Morph node's morph weight vector. the morph weight vector component of this morph node
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph



intersect
public boolean intersect(SceneGraphPath path, PickShape pickShape)(Code)
Checks whether the geometry in this morph node intersects with the specified pickShape.
Parameters:
  path - the SceneGraphPath to this morph node
Parameters:
  pickShape - the PickShape to be intersected true if the pick shape intersects this node; falseotherwise.
exception:
  IllegalArgumentException - if pickShape is a PickPoint.Java 3D doesn't have spatial information of the surface.Use PickBounds with BoundingSphere and a small radius, instead.
exception:
  CapabilityNotSetException - if the Geometry.ALLOW_INTERSECTcapability bit is not set in all of the Geometry objectsreferred to by this morph node.



intersect
public boolean intersect(SceneGraphPath path, PickRay pickRay, double[] dist)(Code)
Checks whether the geometry in this morph node intersects with the specified pickRay.
Parameters:
  path - the SceneGraphPath to this morph node
Parameters:
  pickRay - the PickRay to be intersected
Parameters:
  dist - the closest distance of the intersection true if the pick shape intersects this node; falseotherwise. If true, dist contains the closest distance ofintersection.
exception:
  CapabilityNotSetException - if the Geometry.ALLOW_INTERSECTcapability bit is not set in all of the Geometry objectsreferred to by this morph node.



intersect
public boolean intersect(SceneGraphPath path, PickShape pickShape, double[] dist)(Code)
Checks whether the geometry in this morph node intersects with the specified pickShape.
Parameters:
  path - the SceneGraphPath to this morph node
Parameters:
  pickShape - the PickShape to be intersected
Parameters:
  dist - the closest distance of the intersection true if the pick shape intersects this node; falseotherwise. If true, dist contains the closest distance ofintersection.
exception:
  IllegalArgumentException - if pickShape is a PickPoint.Java 3D doesn't have spatial information of the surface.Use PickBounds with BoundingSphere and a small radius, instead.
exception:
  CapabilityNotSetException - if the Geometry.ALLOW_INTERSECTcapability bit is not set in all of the Geometry objectsreferred to by this morph node.
since:
   Java 3D 1.3



setAppearance
public void setAppearance(Appearance appearance)(Code)
Sets the appearance component of this Morph node. A null appearance component specifies that default values are used for all appearance attributes.
Parameters:
  appearance - the new appearance component for this Morph node
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph



setAppearanceOverrideEnable
public void setAppearanceOverrideEnable(boolean flag)(Code)
Sets a flag that indicates whether this node's appearance can be overridden. If the flag is true, this node's appearance may be overridden by an AlternateAppearance leaf node, regardless of the value of the ALLOW_APPEARANCE_WRITE capability bit. The default value is false.
Parameters:
  flag - the apperance override enable flag
exception:
  CapabilityNotSetException - if appropriate capability is not set and this object is part of live or compiled scene graph
See Also:   AlternateAppearance
since:
   Java 3D 1.2



setCollisionBounds
public void setCollisionBounds(Bounds bounds)(Code)
Sets the collision bounds of a node.
Parameters:
  bounds - the collision bounding object for a node
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph



setGeometryArrays
public void setGeometryArrays(GeometryArray geometryArrays)(Code)
Sets the geometryArrays component of the Morph node. If the current array of GeometryArrays in this Morph object is non-null with a length greater than 0, the specified array of GeometryArrays must be the same length as the current array. If the current array of GeometryArrays in this Morph object is null or has a length of 0, and the specified array of GeometryArrays is non-null with a length greater than 0, the length of the incoming array defines the number of the geometry objects that will be morphed. In this case, the weights array is allocated to be of the same length as the geometry array; the first element (weights[0]) is initialized to 1.0 and all of the other weights are initialized to 0.0.
Parameters:
  geometryArrays - the new geometryArrays componentfor the Morph node.
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph


exception:
  IllegalArgumentException - if the length of thespecified array of geometry arrays is not equal to the lengthof this Morph node's current array of geometry arrays (and thecurrent array's length is non-zero), or if any of the specifiedgeometry array objects differ from each other in any of thefollowing ways:

  • Type of geometry array object (subclass of GeometryArray)
  • vertexFormat
  • texCoordSetCount
  • texCoordSetMap
  • validVertexCount
  • validIndexCount, for IndexedGeometryArray objects
  • stripVertexCounts array, for GeometryStripArray objects
  • stripIndexCounts array, for IndexedGeometryStripArray objects
  • the array lengths of each enabled vertex component(coord, color, normal, texcoord),for indexed geometry by-reference

exception:
  UnsupportedOperationException - if the specifiedgeometry arrays contain vertex attributes (that is, if theirvertexFormat includes the VERTEX_ATTRIBUTES flag).



setWeights
public void setWeights(double weights)(Code)
Sets this Morph node's morph weight vector. The Morph node "weights" the corresponding GeometryArray by the amount specified. The weights apply a morph weight vector component that creates the desired morphing effect. The length of the weights parameter must be equal to the length of the array with which this Morph node was created, otherwise an IllegalArgumentException is thown.
Parameters:
  weights - the morph weight vector that the morph node willuse in combining the node's geometryArrays. The morph node will "weight"the corresponding GeometryArray by the amount specified.N.B.: the sum of the weights should equal 1.0
exception:
  CapabilityNotSetException - if appropriate capability isnot set and this object is part of live or compiled scene graph
exception:
  IllegalArgumentException - if sum of all 'weights' is NOT 1.0 or number of weights is NOT exqual to number of GeometryArrays.




Fields inherited from javax.media.j3d.Node
final public static int ALLOW_AUTO_COMPUTE_BOUNDS_READ(Code)(Java Doc)
final public static int ALLOW_AUTO_COMPUTE_BOUNDS_WRITE(Code)(Java Doc)
final public static int ALLOW_BOUNDS_READ(Code)(Java Doc)
final public static int ALLOW_BOUNDS_WRITE(Code)(Java Doc)
final public static int ALLOW_COLLIDABLE_READ(Code)(Java Doc)
final public static int ALLOW_COLLIDABLE_WRITE(Code)(Java Doc)
final public static int ALLOW_LOCALE_READ(Code)(Java Doc)
final public static int ALLOW_LOCAL_TO_VWORLD_READ(Code)(Java Doc)
final public static int ALLOW_PARENT_READ(Code)(Java Doc)
final public static int ALLOW_PICKABLE_READ(Code)(Java Doc)
final public static int ALLOW_PICKABLE_WRITE(Code)(Java Doc)
final public static int ENABLE_COLLISION_REPORTING(Code)(Java Doc)
final public static int ENABLE_PICK_REPORTING(Code)(Java Doc)

Methods inherited from javax.media.j3d.Node
final void checkDuplicateNode(Node originalNode, boolean forceDuplicate)(Code)(Java Doc)
void checkForCycle()(Code)(Java Doc)
public Node cloneNode(boolean forceDuplicate)(Code)(Java Doc)
public Node cloneTree()(Code)(Java Doc)
public Node cloneTree(boolean forceDuplicate)(Code)(Java Doc)
public Node cloneTree(boolean forceDuplicate, boolean allowDanglingReferences)(Code)(Java Doc)
public Node cloneTree(NodeReferenceTable referenceTable)(Code)(Java Doc)
public Node cloneTree(NodeReferenceTable referenceTable, boolean forceDuplicate)(Code)(Java Doc)
public Node cloneTree(NodeReferenceTable referenceTable, boolean forceDuplicate, boolean allowDanglingReferences)(Code)(Java Doc)
Node cloneTree(boolean forceDuplicate, Hashtable nodeHashtable)(Code)(Java Doc)
void duplicateAttributes(Node originalNode, boolean forceDuplicate)(Code)(Java Doc)
public void duplicateNode(Node originalNode, boolean forceDuplicate)(Code)(Java Doc)
public Bounds getBounds()(Code)(Java Doc)
public boolean getBoundsAutoCompute()(Code)(Java Doc)
public boolean getCollidable()(Code)(Java Doc)
public void getLocalToVworld(Transform3D t)(Code)(Java Doc)
public void getLocalToVworld(SceneGraphPath path, Transform3D t)(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public Node getParent()(Code)(Java Doc)
public boolean getPickable()(Code)(Java Doc)
public void setBounds(Bounds bounds)(Code)(Java Doc)
public void setBoundsAutoCompute(boolean autoCompute)(Code)(Java Doc)
public void setCollidable(boolean collidable)(Code)(Java Doc)
public void setPickable(boolean pickable)(Code)(Java Doc)

Fields inherited from javax.media.j3d.SceneGraphObject
Hashtable nodeHashtable(Code)(Java Doc)
SceneGraphObjectRetained retained(Code)(Java Doc)

Methods inherited from javax.media.j3d.SceneGraphObject
final boolean capabilityBitsEmpty()(Code)(Java Doc)
final void checkForLiveOrCompiled()(Code)(Java Doc)
final public void clearCapability(int bit)(Code)(Java Doc)
final public void clearCapabilityIsFrequent(int bit)(Code)(Java Doc)
final void clearLive()(Code)(Java Doc)
void createRetained()(Code)(Java Doc)
protected void duplicateSceneGraphObject(SceneGraphObject originalNode)(Code)(Java Doc)
final public boolean getCapability(int bit)(Code)(Java Doc)
final public boolean getCapabilityIsFrequent(int bit)(Code)(Java Doc)
public String getName()(Code)(Java Doc)
String getNamePrefix()(Code)(Java Doc)
NodeComponent getNodeComponent(NodeComponent originalNodeComponent, boolean forceDuplicate, Hashtable hashtable)(Code)(Java Doc)
public Object getUserData()(Code)(Java Doc)
final public boolean isCompiled()(Code)(Java Doc)
final public boolean isLive()(Code)(Java Doc)
final boolean isLiveOrCompiled()(Code)(Java Doc)
final public void setCapability(int bit)(Code)(Java Doc)
final public void setCapabilityIsFrequent(int bit)(Code)(Java Doc)
final void setCompiled()(Code)(Java Doc)
void setDefaultReadCapabilities(int[] bits)(Code)(Java Doc)
final void setLive()(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setUserData(Object userData)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public void updateNodeReferences(NodeReferenceTable referenceTable)(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.