Package com.nutiteq.ui

UI elements used for basic mapping functionality.

See:
          Description

Interface Summary
Copyright Interface for copyright notice to be displayed on map vie
Cursor Interface for screen cursor used for places highlighting and selecting
DisplayUpdater Interface for objects that have the ability to call screen updates.
DownloadDisplay Interface for implementing overlays showing network activity.
PanningStrategy General interface for panning strategy
ZoomIndicator Element for displaying zoom range and current zoom on screen.
 

Class Summary
DefaultCursor Default cursor implementation used in MapComponent.
DefaultZoomIndicator Default zoom indicator used, when MapComponent.showZoomLevelIndicator(boolean) is called.
EventDrivenPanning Unthreaded panning implementation that uses key repeated events for panning.
NutiteqDownloadDisplay Default overlay for showing network activity.
StringCopyright Default copyright implementation painting notice in lower-right corner of map display.
ThreadDrivenPanning Thread driven panning implementation, that will pan map at 35 ms intervals.
 

Package com.nutiteq.ui Description

UI elements used for basic mapping functionality.