javax.media.j3d
Class PickBounds

java.lang.Object
  |
  +--javax.media.j3d.PickShape
        |
        +--javax.media.j3d.PickBounds

public final class PickBounds
extends PickShape

A bounds to supply to the BranchGroup and Locale pick methods

See Also:
BranchGroup.pickAll(javax.media.j3d.PickShape), Locale.pickAll(javax.media.j3d.PickShape)

Constructor Summary
PickBounds()
          Create a PickBounds.
PickBounds(Bounds boundsObject)
          Create a PickBounds.
 
Method Summary
 Bounds get()
          Get the boundsObject from this PickBounds.
 void set(Bounds boundsObject)
          Set the boundsObject into this PickBounds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickBounds

public PickBounds()
Create a PickBounds. With bounds set to null.

PickBounds

public PickBounds(Bounds boundsObject)
Create a PickBounds. With bounds set to boundsObject.
Method Detail

set

public void set(Bounds boundsObject)
Set the boundsObject into this PickBounds.

get

public Bounds get()
Get the boundsObject from this PickBounds.