net.sf.bt747.j2se.app.map
Interface TrackRenderer

All Known Implementing Classes:
BT747TrackRenderer

public interface TrackRenderer

An interface that draws tracks.

Author:
Mario De Weerd

Method Summary
 void paintTrack(java.awt.Graphics2D g, org.jdesktop.swingx.JXMapViewer map, java.util.Collection<GPSRecord> track)
          paint the specified waypoint on the specified map and graphics context
 

Method Detail

paintTrack

void paintTrack(java.awt.Graphics2D g,
                org.jdesktop.swingx.JXMapViewer map,
                java.util.Collection<GPSRecord> track)
paint the specified waypoint on the specified map and graphics context

Parameters:
g -
map -
track - The track to render.