infinitewisdom.view
Interface OverlayIF

All Known Implementing Classes:
AttackOverlay, BlockOverlay, InfluenceOverlay, InfluenceOverlayBlock, PathGridOverlay, SmartMove.SmartMOverlayDrawer, SmartMoveOverlayWrapper, UnitOverlay

public interface OverlayIF

Create overlays for the GameWorldView widget. The getGameWorldView() method usually doesn't get called, it's just there to remind you that you'll need a reference to GameWorldView in order to convert between screen and gameworld coordinates. You also need a reference to GameWorld too, but you can get that through GameWorldView anyway.


Method Summary
 void draw(java.awt.Graphics g)
           
 GameWorldView getGameWorldView()
           
 

Method Detail

getGameWorldView

GameWorldView getGameWorldView()

draw

void draw(java.awt.Graphics g)