Class ArrayListElement

java.lang.Object
   |
   +----ArrayListElement

public class ArrayListElement
extends Object

Constructor Index

 o ArrayListElement()

Method Index

 o equals(Object)
 o getColor()
 o getX()
 o getY()
 o setElement(int, int, Color)
 o toString()

Constructors

 o ArrayListElement
 public ArrayListElement()

Methods

 o setElement
 public void setElement(int x,
                        int y,
                        Color color)
 o getX
 public int getX()
 o getY
 public int getY()
 o getColor
 public Color getColor()
 o toString
 public String toString()
Overrides:
toString in class Object
 o equals
 public boolean equals(Object element)
Overrides:
equals in class Object