aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);