public final class PickBounds extends PickShape
Constructor | Description |
---|---|
PickBounds() |
Constructs an empty PickBounds.
|
PickBounds(Bounds boundsObject) |
Constructs a PickBounds from the specified bounds object.
|
Modifier and Type | Method | Description |
---|---|---|
Bounds |
get() |
Gets the bounds object from this PickBounds.
|
void |
set(Bounds boundsObject) |
Sets the bounds object of this PickBounds to the specified object.
|
public PickBounds()
public PickBounds(Bounds boundsObject)
boundsObject
- the bounds of this PickBounds.Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.