Uses of Class
javax.media.ding3d.PhysicalBody

Packages that use PhysicalBody
javax.media.ding3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
javax.media.ding3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of PhysicalBody in javax.media.ding3d
 

Methods in javax.media.ding3d that return PhysicalBody
 PhysicalBody View.getPhysicalBody()
          Returns a reference to the view model's PhysicalBody object.
 

Methods in javax.media.ding3d with parameters of type PhysicalBody
 void View.setPhysicalBody(PhysicalBody physicalBody)
          Sets the view model's physical body to the PhysicalBody object provided.
 

Uses of PhysicalBody in javax.media.ding3d.utils.universe
 

Methods in javax.media.ding3d.utils.universe that return PhysicalBody
 PhysicalBody Viewer.getPhysicalBody()
          Returns the PhysicalBody object associated with the Viewer object.
 

Constructors in javax.media.ding3d.utils.universe with parameters of type PhysicalBody
Viewer(Canvas3D[] userCanvases, PhysicalBody userBody, PhysicalEnvironment userEnvironment, boolean setVisible)
          Creates a viewer object.