panoramajoinner

Class Neighbourhood

public class Neighbourhood extends Object

Field Summary
static booleanenchantedEdges
intx
inty
Constructor Summary
Neighbourhood()
Neighbourhood(int x, int y)
Method Summary
ArrayList<Integer>getAllX()
ArrayList<Integer>getAllY()
voidsetAllX(ArrayList<Integer> x)
voidsetAllY(ArrayList<Integer> y)

Field Detail

enchantedEdges

public static boolean enchantedEdges

x

public int x

y

public int y

Constructor Detail

Neighbourhood

public Neighbourhood()

Neighbourhood

public Neighbourhood(int x, int y)

Method Detail

getAllX

public ArrayList<Integer> getAllX()

getAllY

public ArrayList<Integer> getAllY()

setAllX

public void setAllX(ArrayList<Integer> x)

setAllY

public void setAllY(ArrayList<Integer> y)