|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Point in td |
---|
Fields in td declared as Point | |
---|---|
private Point |
Cercle.centre
Le centre un Point |
Methods in td that return Point | |
---|---|
Point |
Cercle.getCentre()
|
Methods in td with parameters of type Point | |
---|---|
double |
Point.distance(Point autrePt)
Renvoie la distance entre deux points |
void |
Cercle.setCentre(Point centre)
|
Constructors in td with parameters of type Point | |
---|---|
Cercle(Point centre,
int rayon)
Ce constructeur est celui qui est appelé par tous les autres, ce n'est pas obligatoire mais c'est un choix de conception. |
|
Point(Point point)
Permet de créer un point de mêmes coordonnées qu'un autre point |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |