Interface ImageDetailsManager
- All Known Implementing Classes:
DefaultImageDetailsManager
public interface ImageDetailsManager
Calculates, stores and retrieves
ImageDetails
for Attachment
s.-
Method Summary
Modifier and TypeMethodDescriptiongetImageDetails
(Attachment attachment) Ifattachment
is an intelligble image, then this method returns theImageDetails
for it.
-
Method Details
-
getImageDetails
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.
-