Uses of Class
com.eightmotions.map.MapDisplay

Packages that use MapDisplay
com.eightmotions.map   
 

Uses of MapDisplay in com.eightmotions.map
 

Methods in com.eightmotions.map with parameters of type MapDisplay
static Track Track.getTrack(javax.microedition.lcdui.Display d, java.lang.String inUrl, java.lang.String inInfo, MapDisplay inMap)
          Create and get a track to be loaded from a specific URL
 boolean MapDisplayListener.mapKeyPressed(MapDisplay c, int code)
          Called when a key has been pressed.
 boolean MapDisplayListener.oneLocationSelected(MapDisplay c, Marker theLoc)
          Callback called when the user select a location in the map
 void MapDisplayListener.onMoveEnd(MapDisplay c)
          The map has stop to move...
 void Marker.paint(javax.microedition.lcdui.Graphics g, MapDisplay m)
          Paint the marker.
 void MarkerStyle.paint(javax.microedition.lcdui.Graphics g, Marker inMarker, MapDisplay m)
           
 void Marker.paintFull(javax.microedition.lcdui.Graphics g, MapDisplay m)
          Draw the infomrations when the icon has been selected....
 void MarkerStyle.paintFull(javax.microedition.lcdui.Graphics g, Marker inM, MapDisplay m)
           
 void Track.refreshTrack(MapDisplay m_map)
           
 void Track.setUrl(java.lang.String inUrl, MapDisplay inMap)
          set the current url of the track.
 

Constructors in com.eightmotions.map with parameters of type MapDisplay
Track(javax.microedition.lcdui.Display d, java.lang.String inUrl, java.lang.String inInfo, MapDisplay inCanvas)