Interface Image

  • All Superinterfaces:
    File
    All Known Subinterfaces:
    ImageFileItem
    All Known Implementing Classes:
    ImageFile

    public interface Image
    extends File
    The Interface Image.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
    • Method Detail

      • getWidth

        Long getWidth()
        The image width.
        Returns:
        the width.
      • getHeight

        Long getHeight()
        The image height.
        Returns:
        the height.
      • getThumbnailWidth

        Long getThumbnailWidth()
        The image thumbanil width.
        Returns:
        the thumbnail width.
      • getThumbnailHeight

        Long getThumbnailHeight()
        The image thumbnail height.
        Returns:
        the thumbnail height.