aboutsummaryrefslogtreecommitdiff
path: root/Week4/src/oo15loipe/InfoLoipe.java
diff options
context:
space:
mode:
authorCamil Staps2015-02-26 17:11:09 +0100
committerCamil Staps2015-02-26 17:11:09 +0100
commitffb54e3cf6241a6139bdb3c4c747193ee16fe740 (patch)
tree47ae220aaed9bfe7f082c98676f05d09d2cc3143 /Week4/src/oo15loipe/InfoLoipe.java
parentMerge branch 'master' into camil (diff)
parent(no commit message) (diff)
x
Diffstat (limited to 'Week4/src/oo15loipe/InfoLoipe.java')
-rw-r--r--Week4/src/oo15loipe/InfoLoipe.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/Week4/src/oo15loipe/InfoLoipe.java b/Week4/src/oo15loipe/InfoLoipe.java
index 764e2f3..1796418 100644
--- a/Week4/src/oo15loipe/InfoLoipe.java
+++ b/Week4/src/oo15loipe/InfoLoipe.java
@@ -10,10 +10,10 @@ package oo15loipe;
* @author cstaps
*/
public interface InfoLoipe {
- public int getWidth(); // grootte in oost−west ri c h ti n g
- public int getHeight(); // grootte in noord−zuid ri c h ti n g
- public Fragment getFragment(int x, int y); // fragment van de l oi p e op p o si ti e (x , y)
- public Punt start(); // Het startpunt op de kaart
- public Punt stap(); // het volgende punt op de route
+ public int getWidth( ) ; // grootte in oost􀀀west r i cht ing
+ public int getHeight( ) ; // grootte in noord􀀀zuid r i cht ing
+ public Fragment getFragment( int x, int y) ; // fragment van de loipe op po s i t i e (x , y)
+ public Punt start( ) ; // Het startpunt op de kaart
+ public Punt stap( ) ; // het volgende punt op de route
}