infinitewisdom.view.overlays
Class UnitOverlay

java.lang.Object
  extended by infinitewisdom.view.overlays.UnitOverlay
All Implemented Interfaces:
OverlayIF

public class UnitOverlay
extends java.lang.Object
implements OverlayIF


Constructor Summary
UnitOverlay(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
 

Constructor Detail

UnitOverlay

public UnitOverlay(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