diff options
author | Adam NAILI | 2018-02-04 23:22:36 +0100 |
---|---|---|
committer | Adam NAILI | 2018-02-04 23:22:36 +0100 |
commit | 2280104d4f596d6eec97cb341709b418c312f685 (patch) | |
tree | ef124017e56930a1a367cde272f6be560ebb8714 | |
parent | dc1b74fb122a3dcf594a4220faa4953a1911c5f0 (diff) | |
download | wallj-2280104d4f596d6eec97cb341709b418c312f685.tar.gz |
Updating doc
-rw-r--r-- | src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java | 5 |
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); |