- print(char) - Static method in class fr.upd.Facile
-
Affiche un caractère Unicode.
- print(int) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un entier (int)
- print(boolean) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un booléen (boolean)
- print(long) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un entier long (long)
- print(float) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un flottant simple précision (float)
- print(double) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un flottant double précision (double)
- print(Object) - Static method in class fr.upd.Facile
-
Affiche la représentation en String de l'objet
- print(String) - Static method in class fr.upd.Facile
-
Affiche la chaîne de caractère (String)
- println(char) - Static method in class fr.upd.Facile
-
Affiche un caractère suivi d'un saut de ligne.
- println(boolean) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un booléen (boolean) suivie
d'un saut de ligne.
- println(int) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un entier (int) suivie
d'un saut de ligne.
- println(long) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un entier long (long) suivie
d'un saut de ligne.
- println(float) - Static method in class fr.upd.Facile
-
Affiche la valeur d'un flottant simple précision (float)
suivie d'un saut de ligne.
- println(double) - Static method in class fr.upd.Facile
-
Affiche un flottant double précision suivi d'une fin de ligne.
- println(Object) - Static method in class fr.upd.Facile
-
- println(String) - Static method in class fr.upd.Facile
-
- println() - Static method in class fr.upd.Facile
-
Affiche un saut de ligne.
- setAngle(double) - Method in class fr.upd.Turtle
-
- setAngle(double) - Method in class fr.upd.TurtleState
-
- setColor(int, int, int) - Static method in class fr.upd.Facile
-
Modifie la couleur de l'encre des points à dessiner.
- setGray(int) - Static method in class fr.upd.Facile
-
Modifie la couleur de l'encre des points à dessiner.
- setLocation(double, double) - Method in class fr.upd.Turtle
-
- setLocation(Point2D) - Method in class fr.upd.Turtle
-
- setLocation(double, double) - Method in class fr.upd.TurtleState
-
- setState(TurtleState) - Method in class fr.upd.Turtle
-
- setTurtleMode(boolean) - Static method in class fr.upd.Facile
-
Shows the turtle on screen.
- sleep(int) - Static method in class fr.upd.Facile
-
Cette méthode permet de dormir pour une durée exprimée en
millisecondes.
- startDrawings() - Static method in class fr.upd.Facile
-
Prépare une zone d'affichage de taille 300x300.
- startDrawings(int, int) - Static method in class fr.upd.Facile
-
Prépare une zone d'affichage de taille arbitraire.
- stopDrawings() - Static method in class fr.upd.Facile
-
Ferme la fenêtre graphique.
- STREAM_ERROR - Static variable in class fr.upd.Facile
-
La lecture sur le flot d'entrée s'est révélée impossible.
- stringToBoolean(String) - Static method in class fr.upd.Facile
-
Convertit une chaîne de caractères en boolean.
- stringToByte(String) - Static method in class fr.upd.Facile
-
Convertit une chaîne de caractères en byte.
- stringToDouble(String) - Static method in class fr.upd.Facile
-
Convertit une chaîne de caractères en double.
- stringToFloat(String) - Static method in class fr.upd.Facile
-
Convertit une chaîne de caractères en float.
- stringToInt(String) - Static method in class fr.upd.Facile
-
Convertit une chaîne de caractères en int.
- stringToLong(String) - Static method in class fr.upd.Facile
-
Convertit une chaîne de caractères en long.
- subString(String, int, int) - Static method in class fr.upd.Facile
-
Extrait une sous-chaîne d'une chaîne donnée.