|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
BranchGroup.pickAll(javax.media.j3d.PickShape)
,
Locale.pickAll(javax.media.j3d.PickShape)
Constructor Summary | |
PickBounds()
Constructs an empty PickBounds. |
|
PickBounds(Bounds boundsObject)
Constructs a PickBounds from the specified bounds object. |
Method Summary | |
Bounds |
get()
Gets the bounds object from this PickBounds. |
void |
set(Bounds boundsObject)
Sets the bounds object of this PickBounds to the specified object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PickBounds()
public PickBounds(Bounds boundsObject)
boundsObject
- the bounds of this PickBounds.Method Detail |
public void set(Bounds boundsObject)
boundsObject
- the new bounds of this PickBounds.public Bounds get()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |