|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.silentsoftware.beans.Point
public class Point
Silly class just to hold a single pixel point coordinate as ints and used in UI shapes rendered in the main view
| Constructor Summary | |
|---|---|
Point(int x,
int y)
Default constructor |
|
| Method Summary | |
|---|---|
Point |
clone()
Returns a copy of this point |
int |
getX()
|
int |
getY()
|
void |
setX(int x)
|
void |
setY(int y)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point(int x,
int y)
x - y - | Method Detail |
|---|
public Point clone()
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||