Interface ViewportOffset.ViewportOffsetBuilder<B extends ViewportOffset.ViewportOffsetBuilder<B>>

    • Method Detail

      • withViewportOffset

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

        B withViewportOffset​(ViewportOffset aOffset)
        With viewport offset.
        Parameters:
        aOffset - the offset
        Returns:
        the b
      • withViewportOffset

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

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