infinitewisdom.view.overlays
Class AttackOverlay

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

public class AttackOverlay
extends java.lang.Object
implements OverlayIF


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

AttackOverlay

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