Package javax.media.j3d
Class PickBounds
java.lang.Object
javax.media.j3d.PickShape
javax.media.j3d.PickBounds
PickBounds is a finite pick shape defined with a Bounds object. It can
be used as an argument to the picking methods in BranchGroup and Locale.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an empty PickBounds.PickBounds
(Bounds boundsObject) Constructs a PickBounds from the specified bounds object. -
Method Summary
-
Constructor Details
-
PickBounds
public PickBounds()Constructs an empty PickBounds. The bounds object is set to null. -
PickBounds
Constructs a PickBounds from the specified bounds object.- Parameters:
boundsObject
- the bounds of this PickBounds.
-
-
Method Details
-
set
Sets the bounds object of this PickBounds to the specified object.- Parameters:
boundsObject
- the new bounds of this PickBounds.
-
get
Gets the bounds object from this PickBounds.- Returns:
- the bounds.
-