net.refractions.udig.project.render.displayAdapter
Class MapDisplayEvent

java.lang.Object
  extended by net.refractions.udig.project.render.displayAdapter.MapDisplayEvent

public class MapDisplayEvent
extends java.lang.Object

TODO Purpose of net.refractions.udig.project.render.displayAdapter

Since:
1.0.0
Author:
Jesse

Constructor Summary
MapDisplayEvent(IMapDisplay source, java.awt.Dimension old, java.awt.Dimension size)
          Creates a new instance of MapDisplayEvent
 
Method Summary
 java.awt.Dimension getOldSize()
          Returns The old size of the IMapDisplay
 java.awt.Dimension getSize()
          Returns The new size of the IMapDisplay
 IMapDisplay getSource()
          The IMapDisplay that raised the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapDisplayEvent

public MapDisplayEvent(IMapDisplay source,
                       java.awt.Dimension old,
                       java.awt.Dimension size)
Creates a new instance of MapDisplayEvent

Parameters:
source - The IMapDisplay that raised the event.
size - The new size of the IMapDisplay
old - The old size of the IMapDisplay
Method Detail

getSource

public IMapDisplay getSource()
The IMapDisplay that raised the event.

Returns:
The IMapDisplay that raised the event.

getSize

public java.awt.Dimension getSize()
Returns The new size of the IMapDisplay

Returns:
The new size of the IMapDisplay
See Also:
Dimension

getOldSize

public java.awt.Dimension getOldSize()
Returns The old size of the IMapDisplay

Returns:
The old size of the IMapDisplay
See Also:
Dimension