Package digilib.image
Class ImageInfoDocuImage
java.lang.Object
digilib.image.DocuImageImpl
digilib.image.ImageInfoDocuImage
- All Implemented Interfaces:
- DocuImage
- Direct Known Subclasses:
- ImageLoaderDocuImage
Simple abstract implementation of the 
DocuImage interface.
 Implements only the identify method using the ImageInfo class.- Author:
- casties
- 
Nested Class SummaryNested classes/interfaces inherited from interface digilib.image.DocuImageDocuImage.ColorOp
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionidentify(ImageInput ii) Check image size and type and store in ImageInput iiMethods inherited from class digilib.image.DocuImageImplcolorOp, crop, cropAndScale, dispose, enhance, enhanceRGB, getAwtImage, getHacksAsString, getHeight, getHint, getMimetype, getQuality, getSize, getSupportedFormats, getVersion, getWidth, isSubimageSupported, loadImage, loadSubimage, mirror, rotate, scale, setHacks, setHint, setQuality, setReaderClasses, setWriterClasses, writeImage
- 
Constructor Details- 
ImageInfoDocuImagepublic ImageInfoDocuImage()
 
- 
- 
Method Details- 
identifyDescription copied from interface:DocuImageCheck image size and type and store in ImageInput ii- Specified by:
- identifyin interface- DocuImage
- Overrides:
- identifyin class- DocuImageImpl
- Parameters:
- ii- the ImageInput
- Returns:
- the ImageInput
- Throws:
- IOException- on error
 
 
-