Class LocationContext

    • Constructor Detail

      • LocationContext

        public LocationContext​(int x,
                               int y)
        Creates a new LocationContext.
        Parameters:
        x - the x
        y - the y
    • Method Detail

      • setLocation

        public void setLocation​(int x,
                                int y)
        Sets the location.
        Parameters:
        x - the x
        y - the y
      • setX

        public void setX​(int x)
        Sets the x.
        Parameters:
        x - The x to set.
      • setY

        public void setY​(int y)
        Sets the y.
        Parameters:
        y - The y to set.