|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MapEventListener | Listens and reacts to map events. |
Class Summary | |
---|---|
EventDispatcher | The event dispatcher is the core class for handling the event system. |
MapEvent | A MapEvent stores various information about map events, and can be used to broadcast and listen to. |
MapEventBroadcaster | Broadcasts map events. |
PanMapEvent | A map event for all pan events, such as (relative) panBy, (absolute) panTo, or (relative) panLeft, etc. |
ScopedListeners | |
ZoomMapEvent | A map event for all zoom events, such as (relative) zoomBy and (absolute) zoomTo. |
The event system is used for broadcasting user input, and listening to map events such as zoom or pan for all maps.
See package de.fhpoptsdam.unfolding.interactions for user interactions handler. These implement MapEventBroadcaster.
Check out the MapUtils.createDefaultEventDispatcher(processing.core.PApplet, de.fhpotsdam.unfolding.UnfoldingMap...)
for default map events.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |