public class NewMapAreaEvent
extends java.util.EventObject
| Constructor and Description |
|---|
NewMapAreaEvent(java.lang.Object source)
Creat an event for new map areas
|
NewMapAreaEvent(java.lang.Object source,
boolean isZoom,
java.awt.geom.Rectangle2D bounds)
Create an event for new map areas
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Rectangle2D |
getBounds()
Get the Bounds property.
|
boolean |
getIsZoom()
Is this a zoom event (as opposed to a selected area event)
|
public NewMapAreaEvent(java.lang.Object source)
source - source of the eventpublic NewMapAreaEvent(java.lang.Object source,
boolean isZoom,
java.awt.geom.Rectangle2D bounds)
source - source of eventisZoom - true if event from zoombounds - new map area