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