Uses of Class
digilib.io.ImageInput
Packages that use ImageInput
-
Uses of ImageInput in digilib.image
Fields in digilib.image declared as ImageInputModifier and TypeFieldDescriptionprotected ImageInputDocuImageImpl.inputImageInput that was readprotected ImageInputImageJobDescription.inputMethods in digilib.image that return ImageInputModifier and TypeMethodDescriptionImageJobDescription.getInput()Returns the ImageInput to use.DocuImage.identify(ImageInput ii) Check image size and type and store in ImageInput iiDocuImageImpl.identify(ImageInput ii) ImageInfoDocuImage.identify(ImageInput ii) ImageLoaderDocuImage.identify(ImageInput input) protected ImageInputImageJobDescription.selectInput()Returns the best ImageInput based on current request parameters.Methods in digilib.image with parameters of type ImageInputModifier and TypeMethodDescriptionprotected ImageReaderImageLoaderDocuImage.getReader(ImageInput input) Get an ImageReader for the image input.DocuImage.identify(ImageInput ii) Check image size and type and store in ImageInput iiDocuImageImpl.identify(ImageInput ii) ImageInfoDocuImage.identify(ImageInput ii) ImageLoaderDocuImage.identify(ImageInput input) voidDocuImage.loadImage(ImageInput ii) Loads an image file into the Object.abstract voidDocuImageImpl.loadImage(ImageInput ii) voidImageLoaderDocuImage.loadImage(ImageInput ii) voidDocuImage.loadSubimage(ImageInput ii, Rectangle region, int subsample) Load only a subsampled region of the image file.voidDocuImageImpl.loadSubimage(ImageInput ii, Rectangle region, int subsample) voidImageLoaderDocuImage.loadSubimage(ImageInput ii, Rectangle region, int prescale) voidImageJobDescription.setInput(ImageInput input) Set the current ImageInput. -
Uses of ImageInput in digilib.io
Subclasses of ImageInput in digilib.ioModifier and TypeClassDescriptionclassclassclassclassFields in digilib.io with type parameters of type ImageInputModifier and TypeFieldDescriptionprotected List<ImageInput> ImageSet.listlist of files (ImageInput)Methods in digilib.io that return ImageInputModifier and TypeMethodDescriptionImageSet.get()Gets the default Input.ImageSet.get(int index) Get the ImageInput at the index.ImageSet.getBiggest()Returns the biggest ImageInput in the set.ImageSet.getBiggestPreferred(ImageInput.InputTag tag) Returns the biggest ImageInput in the set.ImageSet.getNextBigger(ImageSize size) Get the next bigger ImageInput than the given size.ImageSet.getNextBigger(ImageSize size, ImageInput.InputTag tag) Get the next bigger ImageInput with the given tag than the given size.ImageSet.getNextBiggerPreferred(ImageSize size, ImageInput.InputTag tag) Get the next bigger ImageInput than the given size preferring (same-size) images with the given tag.ImageSet.getNextSmaller(ImageSize size) Get the next smaller ImageInput than the given size.ImageSet.getNextSmaller(ImageSize size, ImageInput.InputTag tag) Get the next smaller ImageInput with the given tag than the given size.ImageSet.getNextSmallerPreferred(ImageSize size, ImageInput.InputTag tag) Get the next smaller ImageInput than the given size preferring (same-size) images with the given tag.ImageSet.getSmallest()Returns the smallest ImageInput in the set.ImageSet.getSmallestPreferred(ImageInput.InputTag tag) Returns the smallest ImageInput in the set.Methods in digilib.io that return types with arguments of type ImageInputModifier and TypeMethodDescriptionImageSet.getHiresIterator()Get an Iterator for this Fileset starting at the highest resolution image.ImageSet.getLoresIterator()Get an Iterator for this Fileset starting at the lowest resolution images.Methods in digilib.io with parameters of type ImageInputModifier and TypeMethodDescriptionbooleanImageSet.add(ImageInput f) Adds an ImageInput to this ImageSet.