Interface GridOffset.GridOffsetBuilder<B extends GridOffset.GridOffsetBuilder<B>>

    • Method Detail

      • withGridOffset

        B withGridOffset​(int aOffsetX,
                         int aOffsetY)
        With grid offset.
        Parameters:
        aOffsetX - the offset X
        aOffsetY - the offset Y
        Returns:
        the b
      • withGridOffset

        B withGridOffset​(GridOffset aOffset)
        With grid offset.
        Parameters:
        aOffset - the offset
        Returns:
        the b
      • withGridOffset

        B withGridOffset​(Offset aOffset)
        With grid offset.
        Parameters:
        aOffset - the offset
        Returns:
        the b
      • withGridOffset

        B withGridOffset​(Position aOffset)
        With grid offset.
        Parameters:
        aOffset - the offset
        Returns:
        the b