public interface BBoxChooser
Modifier and Type | Field and Description |
---|---|
static String |
BBOX_PROP
A BBoxChooser emits
PropertyChangeEvent s 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 String BBOX_PROP
PropertyChangeEvent
s 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()