gvprojects.igel.view
Class FinishCellArtist

java.lang.Object
  extended by gvprojects.igel.view.CellPanelArtist
      extended by gvprojects.igel.view.FinishCellArtist
All Implemented Interfaces:
Artist

public class FinishCellArtist
extends CellPanelArtist

Author:
Zachary Kurmas

Field Summary
 
Fields inherited from interface gvprojects.igel.view.Artist
HEDGEHOG_COLORS
 
Constructor Summary
FinishCellArtist()
           
 
Method Summary
 void draw(CellPanel panel, java.awt.Graphics g, ICellState state)
          Draw this cell
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinishCellArtist

public FinishCellArtist()
Method Detail

draw

public void draw(CellPanel panel,
                 java.awt.Graphics g,
                 ICellState state)
Description copied from interface: Artist
Draw this cell

Specified by:
draw in interface Artist
Overrides:
draw in class CellPanelArtist
Parameters:
panel - The panel representing the cell
g - The Graphics object with which to draw
state - The current state of the cell.