infinitewisdom.view.overlays
Class InfluenceOverlay

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

public class InfluenceOverlay
extends java.lang.Object
implements OverlayIF


Field Summary
protected  int xblock
           
protected  int yblock
           
 
Constructor Summary
InfluenceOverlay(GameWorldView gwv)
           
 
Method Summary
 void draw(java.awt.Graphics graphics)
           
 GameWorldView getGameWorldView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xblock

protected int xblock

yblock

protected int yblock
Constructor Detail

InfluenceOverlay

public InfluenceOverlay(GameWorldView gwv)
Method Detail

draw

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

getGameWorldView

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