Class Neighbourhood

java.lang.Object
panoramajoinner.Neighbourhood

public class Neighbourhood extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
     
    int
     
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Neighbourhood(int x, int y)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.util.ArrayList<java.lang.Integer>
     
    java.util.ArrayList<java.lang.Integer>
     
    void
    setAllX(java.util.ArrayList<java.lang.Integer> x)
     
    void
    setAllY(java.util.ArrayList<java.lang.Integer> y)
     

    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()