Interface ImageDetailsManager
-
- All Known Implementing Classes:
DefaultImageDetailsManager
public interface ImageDetailsManager
Calculates, stores and retrievesImageDetails
forAttachment
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageDetails
getImageDetails(Attachment attachment)
Ifattachment
is an intelligble image, then this method returns theImageDetails
for it.
-
-
-
Method Detail
-
getImageDetails
ImageDetails getImageDetails(Attachment attachment)
Ifattachment
is an intelligble image, then this method returns theImageDetails
for it. Otherwise it returns null.- Returns:
- image details of the attachment or null if the attachment could not be parsed as an image.
-
-