com.decarta
Class BasicDemoMap

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Canvas
          extended by com.decarta.map.Map
              extended by com.decarta.BasicDemoMap
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class BasicDemoMap
extends Map

Simple demo app for surfacing basic features of the API. This is not an application, but rather a simple gallery of features.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.decarta.map.Map
Map.MapPreference
 
Field Summary
 
Fields inherited from class javax.microedition.lcdui.Canvas
DOWN, FIRE, GAME_A, GAME_B, GAME_C, GAME_D, KEY_NUM0, KEY_NUM1, KEY_NUM2, KEY_NUM3, KEY_NUM4, KEY_NUM5, KEY_NUM6, KEY_NUM7, KEY_NUM8, KEY_NUM9, KEY_POUND, KEY_STAR, LEFT, RIGHT, UP
 
Constructor Summary
BasicDemoMap(BasicDemoMidlet app)
          test app for running features of API
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
          captures all the commands for the forms and map
 
Methods inherited from class com.decarta.map.Map
addOverlay, addPin, addRouteId, centerOnPosition, containingRouteId, getCenterPosition, getGridBoundingBox, getHeight, getMove, getPins, getRadiusX, getRadiusY, getScreenBoundingBox, getWidth, getZoomLevel, panToPosition, positionToScreenXY, removeMessage, removeOverlay, removeOverlays, removePin, removePins, removeRouteId, setMessage, setZoomLevel, zoomIn, zoomOut, zoomTo
 
Methods inherited from class javax.microedition.lcdui.Canvas
getGameAction, getKeyCode, getKeyName, hasPointerEvents, hasPointerMotionEvents, hasRepeatEvents, isDoubleBuffered, repaint, repaint, serviceRepaints, setCommandListener, setFullScreenMode
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setTicker, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDemoMap

public BasicDemoMap(BasicDemoMidlet app)
test app for running features of API

Parameters:
app -
Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable d)
captures all the commands for the forms and map

Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
Overrides:
commandAction in class Map
Parameters:
c -
d -