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 isFlip) |
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 |
getIsFlip()
Get the flip 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 isFlip)
public NewMapAreaEvent(java.lang.Object source, boolean isZoom, java.awt.geom.Rectangle2D bounds)
source
- source of eventisZoom
- true if event from zoombounds
- new map areapublic boolean getIsZoom()
public java.awt.geom.Rectangle2D getBounds()
public boolean getIsFlip()