Package codes.thischwa.jii
Interface IResolutionProvider
-
- All Superinterfaces:
IInfoProvider
- All Known Implementing Classes:
CommonsImageInfoWrapper
,ImageInfoWrapper
,ImageMagickWrapper
,iTextImageWrapper
public interface IResolutionProvider extends IInfoProvider
Interface for beans which provides theResolution
of an image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resolution
getResolution()
Obtain theResolution
of the current image.-
Methods inherited from interface codes.thischwa.jii.IInfoProvider
getImageType, getSupportedTypes, set, set
-
-
-
-
Method Detail
-
getResolution
Resolution getResolution() throws ReadException
Obtain theResolution
of the current image.- Returns:
- The
Resolution
of the current image. - Throws:
ReadException
- If the required operations to determine the resolution fail.
-
-