|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface WaypointRenderer
A interface that draws waypoints. Implementations of WaypointRenderer can be set on a WayPointPainter to draw waypoints on a JXMapViewer
| Method Summary | |
|---|---|
boolean
|
paintWaypoint(Graphics2D g, JXMapViewer map, Waypoint waypoint)
paint the specified waypoint on the specified map and graphics context |
| Method Detail |
|---|
public boolean paintWaypoint(Graphics2D g, JXMapViewer map, Waypoint waypoint)
Groovy Documentation