Interface Offset.OffsetBuilder<B extends Offset.OffsetBuilder<B>>

    • Method Detail

      • withOffset

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

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

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