org.epseelon.mobimap.waypoint
Interface WaypointPainter


public interface WaypointPainter

This interface defines a way to customize the way waypoints are painted on a MobiMap.

Version:
20 juin 2008, 18:28:02
Author:
sarbogast

Method Summary
 void paintWaypoint(javax.microedition.lcdui.Graphics graphics, Waypoint waypoint, boolean isSelected, int zoom, Point pointOnScreen, int screenWidth, int screenHeight)
           
 

Method Detail

paintWaypoint

void paintWaypoint(javax.microedition.lcdui.Graphics graphics,
                   Waypoint waypoint,
                   boolean isSelected,
                   int zoom,
                   Point pointOnScreen,
                   int screenWidth,
                   int screenHeight)


Copyright © 2008 Epseelon. All Rights Reserved.