|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.metasyntactic.graphics.tracer.Pixel
| Constructor Summary | |
Pixel(int x,
int y,
java.awt.Color color)
Creates a new instance of Pixel |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
boolean |
equals(Pixel p)
|
java.awt.Color |
getColor()
Getter for property color. |
int |
getX()
Getter for property x. |
int |
getY()
Getter for property y. |
int |
hashCode()
|
void |
setColor(java.awt.Color color)
Setter for property color. |
void |
setX(int x)
Setter for property x. |
void |
setY(int y)
Setter for property y. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Pixel(int x,
int y,
java.awt.Color color)
| Method Detail |
public int getX()
public void setX(int x)
x - New value of property x.public int getY()
public void setY(int y)
y - New value of property y.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean equals(Pixel p)
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
color - New value of property color.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||