aboutsummaryrefslogtreecommitdiff
path: root/Week4/src/oo15loipe/InfoLoipe.java
blob: 931a267af171d23c282812356726844062766afb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package oo15loipe;

/**
 *
 * @author cstaps
 */
public interface InfoLoipe {
    public int getX() ; // grootte in oost−west ri c h ti n g
    public int getY() ; // 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)
}