Class ArrayListElement
java.lang.Object
|
+----ArrayListElement
- public class ArrayListElement
- extends Object
-
ArrayListElement()
-
-
equals(Object)
-
-
getColor()
-
-
getX()
-
-
getY()
-
-
setElement(int, int, Color)
-
-
toString()
-
ArrayListElement
public ArrayListElement()
setElement
public void setElement(int x,
int y,
Color color)
getX
public int getX()
getY
public int getY()
getColor
public Color getColor()
toString
public String toString()
- Overrides:
- toString in class Object
equals
public boolean equals(Object element)
- Overrides:
- equals in class Object