Groovy Documentation

org.jdesktop.swingx.mapviewer
[Java] Class DefaultWaypointRenderer

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

public class DefaultWaypointRenderer
extends Object

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

Authors:
joshy


Field Summary
BufferedImage img

 
Constructor Summary
DefaultWaypointRenderer()

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

{@inheritDoc}

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

img

BufferedImage img


 
Constructor Detail

DefaultWaypointRenderer

public DefaultWaypointRenderer()


 
Method Detail

paintWaypoint

public boolean paintWaypoint(Graphics2D g, JXMapViewer map, Waypoint waypoint)
{@inheritDoc}
Parameters:
g
map
waypoint
Returns:


 

Groovy Documentation