org.jdesktop.swingx.mapviewer
Class DefaultWaypointRenderer

java.lang.Object
  extended by org.jdesktop.swingx.mapviewer.DefaultWaypointRenderer
All Implemented Interfaces:
WaypointRenderer

public class DefaultWaypointRenderer
extends Object
implements WaypointRenderer

This is a standard waypoint renderer. It draws all waypoints as blue circles with crosshairs over the waypoint center


Constructor Summary
DefaultWaypointRenderer()
           
 
Method Summary
 boolean paintWaypoint(Graphics2D g, JXMapViewer map, Waypoint waypoint)
          paint the specified waypoint on the specified map and graphics context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWaypointRenderer

public DefaultWaypointRenderer()
Method Detail

paintWaypoint

public boolean paintWaypoint(Graphics2D g,
                             JXMapViewer map,
                             Waypoint waypoint)
paint the specified waypoint on the specified map and graphics context

Specified by:
paintWaypoint in interface WaypointRenderer
Parameters:
g -
map -
waypoint -
Returns: