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
    void paintWaypoint​(java.awt.Graphics2D g, JXMapViewer map, W waypoint)
    paint the specified waypoint on the specified map and graphics context
  • Method Details

    • paintWaypoint

      void paintWaypoint​(java.awt.Graphics2D g, JXMapViewer map, W waypoint)
      paint the specified waypoint on the specified map and graphics context
      Parameters:
      g - the graphics2D object
      map - the map
      waypoint - the waypoint