aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam NAILI2018-02-04 23:22:36 +0100
committerAdam NAILI2018-02-04 23:22:36 +0100
commit2280104d4f596d6eec97cb341709b418c312f685 (patch)
treeef124017e56930a1a367cde272f6be560ebb8714
parentdc1b74fb122a3dcf594a4220faa4953a1911c5f0 (diff)
downloadwallj-2280104d4f596d6eec97cb341709b418c312f685.tar.gz
Updating doc
-rw-r--r--src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java b/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java
index f2ae0a6..30cf449 100644
--- a/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java
+++ b/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java
@@ -61,10 +61,9 @@ public final class GraphicsContext {
61 } 61 }
62 62
63 /** 63 /**
64 * 64 * @param color the color of the text
65 * @param color the color of the text
66 * @param position the position that is given by the baseline's left point of the text 65 * @param position the position that is given by the baseline's left point of the text
67 * @param string the text to write down on the screen 66 * @param string the text to write down on the screen
68 */ 67 */
69 public void paintString(Color color, Vec2 position, String string) { 68 public void paintString(Color color, Vec2 position, String string) {
70 graphics2D.setColor(color); 69 graphics2D.setColor(color);