F G R T 

F

Fenetre - Class in graphique
 
Fenetre(int, int, String) - Constructor for class graphique.Fenetre
Cree une fenetre de dimensions width x height, avec un titre title sans couleur de fond
Fenetre(int, int, String, String) - Constructor for class graphique.Fenetre
Cree une fenetre de dimensions width x height, avec un titre title et une couleur de fond couleur

G

graphique - package graphique
 

R

remplir(String) - Method in class graphique.Fenetre
Remplit le fond de la fenetre avec la couleur couleur

T

tracerLigne(Point, Point, String) - Method in class graphique.Fenetre
Trace une ligne en couleur entre les points pt1 et pt2
tracerLigne(Point, Point) - Method in class graphique.Fenetre
Trace une ligne noire entre les points pt1 et pt2
tracerLignePointAPoint(Point, Point, String) - Method in class graphique.Fenetre
Trace point par point une ligne en couleur du point pt1 au point pt2
tracerLignePointAPoint(Point, Point) - Method in class graphique.Fenetre
Trace point par point une ligne noire du point pt1 au point pt2
tracerPoint(Point, String) - Method in class graphique.Fenetre
Affiche le point pt en avec la couleur couleur
tracerPoint(Point) - Method in class graphique.Fenetre
Affiche le point pt en noir
F G R T