Interface ImageDetailsManager

All Known Implementing Classes:
DefaultImageDetailsManager

public interface ImageDetailsManager
Calculates, stores and retrieves ImageDetails for Attachments.
  • Method Details

    • getImageDetails

      ImageDetails getImageDetails(Attachment attachment)
      If attachment is an intelligble image, then this method returns the ImageDetails for it. Otherwise it returns null.
      Returns:
      image details of the attachment or null if the attachment could not be parsed as an image.