Interface ImageViewer


  • public interface ImageViewer
    Defines the function of viewing an image.
    Since:
    21 Dec 2007
    Author:
    Mark Taylor
    • Method Detail

      • viewImage

        boolean viewImage​(java.lang.String label,
                          java.lang.String location)
        Consume an image somehow.
        Parameters:
        label - image label, possible used as window title
        location - URL giving location of image
        Returns:
        true if operation apparently completed successfully