infinitewisdom.view.overlays
Class PathGridOverlay
java.lang.Object
infinitewisdom.view.overlays.PathGridOverlay
- All Implemented Interfaces:
- OverlayIF
public class PathGridOverlay
- extends java.lang.Object
- implements OverlayIF
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PathGridOverlay
public PathGridOverlay(GameWorldView gwv)
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