khepera
Class LocationPainter

java.lang.Object
  |
  +--khepera.LocationPainter
All Implemented Interfaces:
KheperaConstants, MapPainter

public class LocationPainter
extends java.lang.Object
implements MapPainter, KheperaConstants


Fields inherited from interface khepera.KheperaConstants
BL10, BR10, FL10, FL45, FL90, FLED, FR10, FR45, FR90, HEADING, LLED, LOWERED, OFF, ON, RAISED, RDIAMETER, RRADIUS, TOGGLE, UNCHANGED, XPOS, YPOS
 
Constructor Summary
LocationPainter(LocationTracker tracker)
           
 
Method Summary
 void draw(khepera.SimpleCanvas canvas)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationPainter

public LocationPainter(LocationTracker tracker)
Method Detail

draw

public void draw(khepera.SimpleCanvas canvas)
Specified by:
draw in interface MapPainter