Package org.jxmapviewer.viewer
Interface WaypointRenderer<W>
- Type Parameters:
W- the waypoint type
- All Known Implementing Classes:
DefaultWaypointRenderer
public interface WaypointRenderer<W>
A interface that draws waypoints. Implementations of WaypointRenderer can
be set on a WayPointPainter to draw waypoints on a JXMapViewer
-
Method Summary
Modifier and Type Method Description voidpaintWaypoint(java.awt.Graphics2D g, JXMapViewer map, W waypoint)paint the specified waypoint on the specified map and graphics context
-
Method Details
-
paintWaypoint
paint the specified waypoint on the specified map and graphics context- Parameters:
g- the graphics2D objectmap- the mapwaypoint- the waypoint
-