Uses of Class
javax.media.j3d.PickInfo

Uses of PickInfo in javax.media.j3d
 

Methods in javax.media.j3d that return PickInfo
 PickInfo[] Locale.pickAll(int mode, int flags, PickShape pickShape)
          Returns an array unsorted references to all the PickInfo objects that are pickable below this Locale that intersect with PickShape.
 PickInfo[] BranchGroup.pickAll(int mode, int flags, PickShape pickShape)
          Returns an array unsorted references to all the PickInfo objects that are pickable below this BranchGroup that intersect with PickShape.
 PickInfo[] Locale.pickAllSorted(int mode, int flags, PickShape pickShape)
          Returns a sorted array of PickInfo references to all the pickable items that intersect with the pickShape.
 PickInfo[] BranchGroup.pickAllSorted(int mode, int flags, PickShape pickShape)
          Returns a sorted array of PickInfo references to all the pickable items that intersect with the pickShape.
 PickInfo Locale.pickAny(int mode, int flags, PickShape pickShape)
          Returns a PickInfo which references the pickable item below this Locale which intersects with pickShape.
 PickInfo BranchGroup.pickAny(int mode, int flags, PickShape pickShape)
          Returns a PickInfo which references the pickable item below this BranchGroup that intersects with pickShape.
 PickInfo Locale.pickClosest(int mode, int flags, PickShape pickShape)
          Returns a PickInfo which references the pickable item which is closest to the origin of pickShape.
 PickInfo BranchGroup.pickClosest(int mode, int flags, PickShape pickShape)
          Returns a PickInfo which references the pickable item which is closest to the origin of pickShape.