edu.udo.cs.ie.cowbots.ui
Class DrawCell

Package class diagram package DrawCell
java.lang.Object
  extended by edu.udo.cs.ie.cowbots.ui.DrawCell

public class DrawCell
extends java.lang.Object

this class is used for storing visualization data for cells to draw.


Field Summary
 java.awt.Color c
           
 int x
           
 int y
           
 
Constructor Summary
DrawCell()
           
DrawCell(int x, int y, java.awt.Color c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

c

public java.awt.Color c
Constructor Detail

DrawCell

public DrawCell()

DrawCell

public DrawCell(int x,
                int y,
                java.awt.Color c)