From 6a44b074f0169a1b0f9e92347af929c5e471746e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 18 Apr 2015 13:44:44 +0200 Subject: Reorganised projects --- Week4/src/oo15loipe/TekenLoipe.java | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Week4/src/oo15loipe/TekenLoipe.java (limited to 'Week4/src/oo15loipe/TekenLoipe.java') diff --git a/Week4/src/oo15loipe/TekenLoipe.java b/Week4/src/oo15loipe/TekenLoipe.java deleted file mode 100644 index 8c9386f..0000000 --- a/Week4/src/oo15loipe/TekenLoipe.java +++ /dev/null @@ -1,19 +0,0 @@ -package oo15loipe; - -/** - * Interface for a class that can show a loipe on the screen - * - * @author Thijs Heijligenberg s4451414, Camil Staps, s4498062 - */ -public interface TekenLoipe { - /** - * Draw the loipe - */ - public void teken() ; // teken de gegeven loipe - - /** - * Set the current position of the skier - * @param p - */ - public void setPosition(Punt p) ; // teken de spor ter op de gegeven po s i t i e -} -- cgit v1.2.3