|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Dessin
Gereur du dessin que va réaliser l'interface graphique
| Field Summary | |
(package private) double |
distance
|
(package private) java.util.Vector |
ligne
|
| Constructor Summary | |
(package private) |
Dessin()
Constructeur par défaut d'une ligne du dessin |
(package private) |
Dessin(java.util.Vector vecteur)
Constructeur d'une étape du dessin |
| Method Summary | |
(package private) void |
ajouteArete(Graphe graphe,
int indicePoint1,
int indicePoint2)
Ajoute dans le dessin une arete |
(package private) void |
ajouteDistance()
Ajoute la distance du ciruit. |
(package private) void |
supprimeArete(Graphe graphe,
int indicePoint1,
int indicePoint2)
Supprime une arête dans le dessin. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.util.Vector ligne
double distance
| Constructor Detail |
Dessin()
Dessin(java.util.Vector vecteur)
vecteur - le vecteur contenant la construction étape par étape du
dessin.| Method Detail |
void ajouteArete(Graphe graphe,
int indicePoint1,
int indicePoint2)
graphe - les points du graphe.indicePoint1 - premier point de l'areteindicePoint2 - deuxieme point de l'arete
void supprimeArete(Graphe graphe,
int indicePoint1,
int indicePoint2)
graphe - les points du graphe.indicePoint1 - premier point de l'areteindicePoint2 - deuxieme point de l'aretevoid ajouteDistance()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||