|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.project.render.displayAdapter.MapDisplayEvent
public class MapDisplayEvent
TODO Purpose of net.refractions.udig.project.render.displayAdapter
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 |
---|
public MapDisplayEvent(IMapDisplay source, java.awt.Dimension old, java.awt.Dimension size)
source
- The IMapDisplay that raised the event.size
- The new size of the IMapDisplayold
- The old size of the IMapDisplayMethod Detail |
---|
public IMapDisplay getSource()
public java.awt.Dimension getSize()
Dimension
public java.awt.Dimension getOldSize()
Dimension
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |