net.agmodel.utilBean
Class MapDisplayEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.agmodel.utilBean.GeographicalAreaEvent
              |
              +--net.agmodel.utilBean.MapDisplayEvent
All Implemented Interfaces:
Serializable

public class MapDisplayEvent
extends GeographicalAreaEvent

Title:

Description:

Copyright: Copyright (c) 2002

Company:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MapDisplayEvent(Object source, GeographicalArea targetRegion, Rectangle rect, GeographicalBox displayRegion)
           
 
Method Summary
 GeographicalBox getDisplayRegion()
           
 int getHeight()
           
 GeographicalBox getTargetRegion()
           
 int getWidth()
           
 
Methods inherited from class net.agmodel.utilBean.GeographicalAreaEvent
getArea, getBoundingBox
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapDisplayEvent

public MapDisplayEvent(Object source,
                       GeographicalArea targetRegion,
                       Rectangle rect,
                       GeographicalBox displayRegion)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getTargetRegion

public GeographicalBox getTargetRegion()

getDisplayRegion

public GeographicalBox getDisplayRegion()