|
Interface Summary |
| GuiPlugin |
This interface is used for all plugins that want to provide any
kind of gui-interface for the application. |
| MapRetrievalPlugin |
This is the interface of all plugins that are able to retrieve
maps. |
| MouseModePlugin |
This interface is used for all plugins that want to provide any
mouse handling for the application. |
| Plugin |
This is the base interface of all plugins. |
| PluginSupport |
This class provides all available hooks and components that
modules/plugins may need to work properly. |
| ReadTrackPlugin |
This plugin reads track data from a stream (ususally from a file)
and provides one or more tracks (lists of org.dinopolis.gpstool.track.Trackpoint objects). |
| WriteImagePlugin |
This plugin writes the content of a java AWT component in a
specific format (e.g. |