org.jdesktop.swingx.mapviewer
Class DefaultWaypointRenderer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWaypointRenderer
public DefaultWaypointRenderer()
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: