public class DefaultWaypointRenderer extends Object implements WaypointRenderer<Waypoint>
| Constructor and Description |
|---|
DefaultWaypointRenderer()
Uses a default waypoint image
|
| Modifier and Type | Method and Description |
|---|---|
void |
paintWaypoint(Graphics2D g,
JXMapViewer map,
Waypoint w)
paint the specified waypoint on the specified map and graphics context
|
public DefaultWaypointRenderer()
public void paintWaypoint(Graphics2D g, JXMapViewer map, Waypoint w)
WaypointRendererpaintWaypoint in interface WaypointRenderer<Waypoint>g - the graphics2D objectmap - the mapw - the waypointCopyright © 2014. All Rights Reserved.