Uses of Class
javax.media.j3d.PhysicalBody

Uses of PhysicalBody in javax.media.j3d
 

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

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