Interface ImageDetailsManager
- All Known Implementing Classes:
DefaultImageDetailsManager
public interface ImageDetailsManager
Calculates, stores and retrieves
ImageDetails for Attachments.-
Method Summary
Modifier and TypeMethodDescriptiongetImageDetails(Attachment attachment) Ifattachmentis an intelligble image, then this method returns theImageDetailsfor it.
-
Method Details
-
getImageDetails
Ifattachmentis an intelligble image, then this method returns theImageDetailsfor it. Otherwise it returns null.- Returns:
- image details of the attachment or null if the attachment could not be parsed as an image.
-