public interface BBoxChooser
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BBOX_PROP
A BBoxChooser emits
PropertyChangeEvents for this property
if the current bounding box changes. |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBoundingBox()
Replies the currently selected bounding box in this BBoxChooser.
|
void |
setBoundingBox(Bounds bbox)
Sets the current bounding box in this BboxChooser.
|
static final java.lang.String BBOX_PROP
PropertyChangeEvents for this property
if the current bounding box changes.void setBoundingBox(Bounds bbox)
bbox
is null the current bbox in this BBoxChooser is removed.bbox - the bounding boxBounds getBoundingBox()