Uses of Class
com.jme.intersection.PickResults

Packages that use PickResults
com.jme.curve   
com.jme.intersection   
com.jme.scene   
com.jme.widget.image   
com.jme.widget.text   
 

Uses of PickResults in com.jme.curve
 

Methods in com.jme.curve with parameters of type PickResults
 void BezierCurve.findPick(Ray toTest, PickResults results)
           
 

Uses of PickResults in com.jme.intersection
 

Subclasses of PickResults in com.jme.intersection
 class BoundingPickResults
          BoundingPickResults creates a PickResults object that only cares about bounding volume accuracy.
 class TrianglePickResults
          TrianglePickResults creates a PickResults object that calculates picking to the triangle accuracy.
 

Uses of PickResults in com.jme.scene
 

Methods in com.jme.scene with parameters of type PickResults
 void Spatial.calculatePick(Ray ray, PickResults results)
           
abstract  void Spatial.findPick(Ray toTest, PickResults results)
           
 void Node.findPick(Ray toTest, PickResults results)
           
 void Geometry.findPick(Ray ray, PickResults results)
           
 

Uses of PickResults in com.jme.widget.image
 

Methods in com.jme.widget.image with parameters of type PickResults
 void WidgetImage.findPick(Ray toTest, PickResults results)
           
 

Uses of PickResults in com.jme.widget.text
 

Methods in com.jme.widget.text with parameters of type PickResults
 void WidgetText.findPick(Ray toTest, PickResults results)