Interface PixmapImageBuilder<PX>

    • Method Detail

      • setImageInputStream

        void setImageInputStream​(InputStream aImageStream)
        Sets the InputStream for retrieving the image data for the image property.
        Parameters:
        aImageStream - The image which's InputStream is to be stored by the image InputStream property.
      • withImageInputStream

        default PixmapImageBuilder<PX> withImageInputStream​(InputStream aImageStream)
        Sets the input stream for retrieving the image data for the image property.
        Parameters:
        aImageStream - The image which's InputStream is to be stored by the image InputStream property.
        Returns:
        The builder for applying multiple build operations.
      • setImageURL

        void setImageURL​(URL aImageUrl)
        Sets the URL for retrieving the image data for the image property.
        Parameters:
        aImageUrl - The image which's URL is to be stored by the image URL property.
      • withImageURL

        default PixmapImageBuilder<PX> withImageURL​(URL aUrl)
        Sets the URL for retrieving the image data for the image property.
        Parameters:
        aUrl - the URL
        Returns:
        The builder for applying multiple build operations.