javax.media.j3d
Class PickShape

java.lang.Object
  |
  +--javax.media.j3d.PickShape
Direct Known Subclasses:
PickBounds, PickPoint, PickRay, PickSegment

public abstract class PickShape
extends java.lang.Object

A general class for describing a pick shape which can be used with the BranchGroup and Locale pick methods.

See Also:
PickRay, PickSegment, PickPoint

Constructor Summary
PickShape()
          Constructs a PickShape object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickShape

public PickShape()
Constructs a PickShape object.