gvprojects.igel.presenter
Class PresenterToDemoView.SmileyArtist

java.lang.Object
  extended by gvprojects.igel.presenter.PresenterToDemoView.SmileyArtist
All Implemented Interfaces:
Artist
Enclosing class:
PresenterToDemoView

public static class PresenterToDemoView.SmileyArtist
extends java.lang.Object
implements Artist


Field Summary
 
Fields inherited from interface gvprojects.igel.view.Artist
HEDGEHOG_COLORS
 
Constructor Summary
PresenterToDemoView.SmileyArtist()
           
 
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

PresenterToDemoView.SmileyArtist

public PresenterToDemoView.SmileyArtist()
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
Parameters:
panel - The panel representing the cell
g - The Graphics object with which to draw
state - The current state of the cell.