Class FileImageSource.UninitializedImageSource

    • Constructor Detail

      • UninitializedImageSource

        private UninitializedImageSource()
    • Method Detail

      • read

        public java.awt.image.BufferedImage read()
                                          throws java.io.IOException
        Description copied from interface: ImageSource
        Retrieves the image from the source.
        Returns:
        The image.
        Throws:
        java.io.IOException - When a problem occurs while reading or obtaining the image.
      • getSource

        public java.lang.Void getSource()
        Description copied from interface: ImageSource
        Returns the source from which the image is read or retrieved.
        Returns:
        The source of the image.