From fb492341a1d05590c5230e8e0bd5e48f530944fe Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 24 Nov 2015 11:15:53 +0100 Subject: Properly set class authors --- src/ch/epfl/maze/graphics/Animation.java | 1 + src/ch/epfl/maze/graphics/Display.java | 2 ++ src/ch/epfl/maze/graphics/GraphicComponent.java | 2 ++ 3 files changed, 5 insertions(+) (limited to 'src/ch/epfl/maze/graphics') diff --git a/src/ch/epfl/maze/graphics/Animation.java b/src/ch/epfl/maze/graphics/Animation.java index a00b6b2..497d417 100644 --- a/src/ch/epfl/maze/graphics/Animation.java +++ b/src/ch/epfl/maze/graphics/Animation.java @@ -20,6 +20,7 @@ import java.util.TreeMap; * Handles the animation of a {@code Simulation} by extrapolating the positions * of animals. * + * @author EPFL * @author Pacien TRAN-GIRARD */ public final class Animation { diff --git a/src/ch/epfl/maze/graphics/Display.java b/src/ch/epfl/maze/graphics/Display.java index baacefa..a0c37f4 100644 --- a/src/ch/epfl/maze/graphics/Display.java +++ b/src/ch/epfl/maze/graphics/Display.java @@ -16,6 +16,8 @@ import java.util.Map; /** * Handles the display of a {@code Simulation} on a window. + * + * @author EPFL */ public final class Display implements Runnable { diff --git a/src/ch/epfl/maze/graphics/GraphicComponent.java b/src/ch/epfl/maze/graphics/GraphicComponent.java index 44b4b1f..e63b145 100644 --- a/src/ch/epfl/maze/graphics/GraphicComponent.java +++ b/src/ch/epfl/maze/graphics/GraphicComponent.java @@ -12,6 +12,8 @@ import java.awt.image.ImageObserver; /** * Graphic component of an animal that will be drawn by an {@link Animation}. + * + * @author EPFL */ public final class GraphicComponent { -- cgit v1.2.3