|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.ie.cowbots.ui.DrawCell
public class DrawCell
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 |
---|
public int x
public int y
public java.awt.Color c
Constructor Detail |
---|
public DrawCell()
public DrawCell(int x, int y, java.awt.Color c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |