Interface ImageSet.Builder

    • Method Detail

      • original

        ImageSet.Builder original​(Image original)

        The original image.

        Parameters:
        original - The original image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • height64

        ImageSet.Builder height64​(Image height64)

        The image with the height set to 64 pixels.

        Parameters:
        height64 - The image with the height set to 64 pixels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • height32

        ImageSet.Builder height32​(Image height32)

        The image with the height set to 32 pixels.

        Parameters:
        height32 - The image with the height set to 32 pixels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.