infinitewisdom.view.overlays
Class InfluenceOverlayBlock

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

public class InfluenceOverlayBlock
extends BlockOverlay


Field Summary
 
Fields inherited from class infinitewisdom.view.overlays.BlockOverlay
blocksize, gameWorldView
 
Constructor Summary
InfluenceOverlayBlock(GameWorldView gwv, int blocksize)
           
 
Method Summary
 java.awt.Color computePixelColor(int x, int y)
           
 
Methods inherited from class infinitewisdom.view.overlays.BlockOverlay
draw, getGameWorldView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfluenceOverlayBlock

public InfluenceOverlayBlock(GameWorldView gwv,
                             int blocksize)
Method Detail

computePixelColor

public java.awt.Color computePixelColor(int x,
                                        int y)
Specified by:
computePixelColor in class BlockOverlay