Uses of Interface
codes.thischwa.jii.IInfoProvider
-
Packages that use IInfoProvider Package Description codes.thischwa.jii Contain the basic interfaces and objects.codes.thischwa.jii.core Contain the wrapper objects (core interfaces) for the different implementations ofIInfoProvider
and subinterfaces. -
-
Uses of IInfoProvider in codes.thischwa.jii
Subinterfaces of IInfoProvider in codes.thischwa.jii Modifier and Type Interface Description interface
IDimensionProvider
Interface for beans which provides theDimension
of an image.interface
IResolutionProvider
Interface for beans which provides theResolution
of an image. -
Uses of IInfoProvider in codes.thischwa.jii.core
Classes in codes.thischwa.jii.core that implement IInfoProvider Modifier and Type Class Description class
CommonsImageInfoWrapper
Wrapper to commons-imaging.class
ImageInfoWrapper
Wrapper to the operation bean ImageInfo by Marco Schmidt.class
ImageIOWrapper
Wrapper to toImageReader
.class
ImageMagickWrapper
Wrapper to the operation bean to the command 'identify' of ImageMagick.class
iTextImageWrapper
Wrapper to an internal class of iText.class
SimpleImageInfoWrapper
Wrapper to the operation bean SimpleImageInfo by Jaimon Mathew.
-