Groovy Documentation

org.jdesktop.swingx.mapviewer
[Java] Interface WaypointRenderer


public interface WaypointRenderer

A interface that draws waypoints. Implementations of WaypointRenderer can be set on a WayPointPainter to draw waypoints on a JXMapViewer

Authors:
joshua.marinacci@sun.com


Method Summary
boolean paintWaypoint(Graphics2D g, JXMapViewer map, Waypoint waypoint)

paint the specified waypoint on the specified map and graphics context

 

Method Detail

paintWaypoint

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


 

Groovy Documentation