Interface Spacing.Builder

    • Method Detail

      • top

        Spacing.Builder top​(String top)

        Define the top spacing.

        Parameters:
        top - Define the top spacing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bottom

        Spacing.Builder bottom​(String bottom)

        Define the bottom spacing.

        Parameters:
        bottom - Define the bottom spacing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • left

        Spacing.Builder left​(String left)

        Define the left spacing.

        Parameters:
        left - Define the left spacing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • right

        Spacing.Builder right​(String right)

        Define the right spacing.

        Parameters:
        right - Define the right spacing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.