gamedom1.agent
Class SmartMove.SmartMOverlayDrawer

java.lang.Object
  extended by gamedom1.agent.SmartMove.SmartMOverlayDrawer
All Implemented Interfaces:
OverlayIF
Enclosing class:
SmartMove

public class SmartMove.SmartMOverlayDrawer
extends java.lang.Object
implements OverlayIF

Displays the results of pathfinding.


Field Summary
 GameWorldView gameWorldView
           
 
Constructor Summary
SmartMove.SmartMOverlayDrawer(GameWorldView gwv)
           
 
Method Summary
 void draw(java.awt.Graphics g)
           
 GameWorldView getGameWorldView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gameWorldView

public GameWorldView gameWorldView
Constructor Detail

SmartMove.SmartMOverlayDrawer

public SmartMove.SmartMOverlayDrawer(GameWorldView gwv)
Method Detail

getGameWorldView

public GameWorldView getGameWorldView()
Specified by:
getGameWorldView in interface OverlayIF

draw

public void draw(java.awt.Graphics g)
Specified by:
draw in interface OverlayIF