|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdraw.sources.Point
public class Point
Point de coordonnées (x,y).
Point représenté dans ce plan :
+----------> x
|
|
|
v
y
| Field Summary | |
|---|---|
protected int |
x
Abscisse du point. |
protected int |
y
Ordonnée du point. |
| Constructor Summary | |
|---|---|
Point(int x,
int y)
Crée un point. |
|
| Method Summary | |
|---|---|
int |
getX()
Retourne l'abscisse. |
int |
getY()
Retourne l'ordonnée. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int x
protected int y
| Constructor Detail |
|---|
public Point(int x,
int y)
x - Abscisse.y - Ordonnée.| Method Detail |
|---|
public int getX()
public int getY()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||