net.sf.bt747.j2se.app.map
Interface BT747WaypointRenderer

All Superinterfaces:
org.jdesktop.swingx.mapviewer.WaypointRenderer
All Known Implementing Classes:
BT747MapWayPointRenderer, IconWayPointRenderer

public interface BT747WaypointRenderer
extends org.jdesktop.swingx.mapviewer.WaypointRenderer

Author:
Mario De Weerd

Method Summary
 boolean contains(java.awt.Point p)
          Returns true if point (relative to waypoint position) is in waypoint rendering (for waypoint selection on mouse operation).
 boolean isRendererOf(java.lang.Object o)
          Returns true if this renderer knows how to render the object.
 
Methods inherited from interface org.jdesktop.swingx.mapviewer.WaypointRenderer
paintWaypoint
 

Method Detail

isRendererOf

boolean isRendererOf(java.lang.Object o)
Returns true if this renderer knows how to render the object.

Parameters:
o -
Returns:
true if this renderer can render the object.

contains

boolean contains(java.awt.Point p)
Returns true if point (relative to waypoint position) is in waypoint rendering (for waypoint selection on mouse operation).

Parameters:
p -
Returns:
true if the point (in GUI) is part of teh rendering.