Class POBImageRequest

  • All Implemented Interfaces:
    java.lang.Cloneable

    
    public class POBImageRequest
    extends POBHttpRequest
                        

    A data class responsible for storing the details of the request for loading Image

    • Constructor Detail

      • POBImageRequest

        POBImageRequest()
    • Method Detail

      • getMaxWidth

         int getMaxWidth()

        Returns the maximum width of an Image

        Returns:

        maximum width of an Image

      • setMaxWidth

         void setMaxWidth(int maxWidth)

        Sets the maximum width of an Image

        Parameters:
        maxWidth - maximum width of an Image
      • getMaxHeight

         int getMaxHeight()

        Returns the maximum height of an Image

        Returns:

        maximum height of an Image

      • setMaxHeight

         void setMaxHeight(int maxHeight)

        Sets the maximum height of an Image

        Parameters:
        maxHeight - maximum height of an Image
      • setDecodeConfig

         void setDecodeConfig(@Nullable() Bitmap.Config decodeConfig)

        Sets the bitmap configuration describes how pixels are stored.

        Parameters:
        decodeConfig - bitmap configuration