Interface BorderSettings.Builder

  • Method Details

    • borderVisibility

      BorderSettings.Builder borderVisibility(String borderVisibility)

      Visibility setting for the border.

      Parameters:
      borderVisibility - Visibility setting for the border.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • borderVisibility

      BorderSettings.Builder borderVisibility(Visibility borderVisibility)

      Visibility setting for the border.

      Parameters:
      borderVisibility - Visibility setting for the border.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • borderWidth

      BorderSettings.Builder borderWidth(String borderWidth)

      Width of the border. Valid range is from 1px to 8px.

      Parameters:
      borderWidth - Width of the border. Valid range is from 1px to 8px.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • borderColor

      BorderSettings.Builder borderColor(String borderColor)

      Color of the border.

      Parameters:
      borderColor - Color of the border.
      Returns:
      Returns a reference to this object so that method calls can be chained together.