gvprojects.igel.view
Interface Artist
- All Known Implementing Classes:
- CellPanelArtist, ConcreteBlockArtist, DeepPitArtist, FinishCellArtist, PresenterToDemoView.SmileyArtist
public interface Artist
An Artist draws the Cell in the GUI.
- Author:
- Zachary Kurmas
HEDGEHOG_COLORS
static final java.awt.Color[] HEDGEHOG_COLORS
draw
void draw(CellPanel panel,
java.awt.Graphics g,
ICellState state)
- Draw this cell
- Parameters:
panel - The panel representing the cellg - The Graphics object with which to drawstate - The current state of the cell.