Interface ImageDetailsManager
-
- All Known Implementing Classes:
DefaultImageDetailsManager
public interface ImageDetailsManagerCalculates, stores and retrievesImageDetailsforAttachments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageDetailsgetImageDetails(Attachment attachment)Ifattachmentis an intelligble image, then this method returns theImageDetailsfor it.
-
-
-
Method Detail
-
getImageDetails
ImageDetails getImageDetails(Attachment attachment)
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.
-
-