Interface AspectRatio.Builder

  • Method Details

    • width

      The width component of the aspect ratio (for example, 16 in a 16:9 ratio).

      Parameters:
      width - The width component of the aspect ratio (for example, 16 in a 16:9 ratio).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • height

      AspectRatio.Builder height(Integer height)

      The height component of the aspect ratio (for example, 9 in a 16:9 ratio).

      Parameters:
      height - The height component of the aspect ratio (for example, 9 in a 16:9 ratio).
      Returns:
      Returns a reference to this object so that method calls can be chained together.