infinitewisdom.view.overlays
Class PathGridOverlay

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

public class PathGridOverlay
extends java.lang.Object
implements OverlayIF


Field Summary
protected  CustomDataGrid customDataGrid
           
protected  GameWorldView gameWorldView
           
protected  GlobalGrid globalGrid
           
protected static double quant
           
protected  UnitIF unit
           
 
Constructor Summary
PathGridOverlay(GameWorldView gwv)
           
 
Method Summary
 void draw(java.awt.Graphics g)
           
 GameWorldView getGameWorldView()
           
 UnitIF getUnit()
           
 void setUnit(UnitIF u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customDataGrid

protected CustomDataGrid customDataGrid

globalGrid

protected GlobalGrid globalGrid

gameWorldView

protected GameWorldView gameWorldView

unit

protected UnitIF unit

quant

protected static final double quant
See Also:
Constant Field Values
Constructor Detail

PathGridOverlay

public PathGridOverlay(GameWorldView gwv)
Method Detail

setUnit

public void setUnit(UnitIF u)

getUnit

public UnitIF getUnit()

draw

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

getGameWorldView

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