Package panoramajoinner
Class Neighbourhood
java.lang.Object
panoramajoinner.Neighbourhood
public class Neighbourhood
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public int x -
y
public int y -
enchantedEdges
public static boolean enchantedEdges
-
-
Constructor Details
-
Neighbourhood
public Neighbourhood() -
Neighbourhood
public Neighbourhood(int x, int y)
-
-
Method Details
-
setAllX
public void setAllX(java.util.ArrayList<java.lang.Integer> x) -
setAllY
public void setAllY(java.util.ArrayList<java.lang.Integer> y) -
getAllX
public java.util.ArrayList<java.lang.Integer> getAllX() -
getAllY
public java.util.ArrayList<java.lang.Integer> getAllY()
-