Interface MouseDragArguments.Builder

  • Method Details

    • endX

      The ending X coordinate for the drag.

      Parameters:
      endX - The ending X coordinate for the drag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endY

      The ending Y coordinate for the drag.

      Parameters:
      endY - The ending Y coordinate for the drag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startX

      The starting X coordinate for the drag.

      Parameters:
      startX - The starting X coordinate for the drag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startY

      The starting Y coordinate for the drag.

      Parameters:
      startY - The starting Y coordinate for the drag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • button

      The mouse button to use for the drag. Defaults to LEFT.

      Parameters:
      button - The mouse button to use for the drag. Defaults to LEFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • button

      The mouse button to use for the drag. Defaults to LEFT.

      Parameters:
      button - The mouse button to use for the drag. Defaults to LEFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: