gamedom1.agent
Class SmartMoveOverlayWrapper

java.lang.Object
  extended by gamedom1.agent.SmartMoveOverlayWrapper
All Implemented Interfaces:
OverlayIF

public class SmartMoveOverlayWrapper
extends java.lang.Object
implements OverlayIF


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

Constructor Detail

SmartMoveOverlayWrapper

public SmartMoveOverlayWrapper(GameWorldView gwv)
Method Detail

setSMOverlayDrawer

public void setSMOverlayDrawer(SmartMove.SmartMOverlayDrawer smOverlayDrawer)

getGameWorldView

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

draw

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