Uses of Class
digilib.io.ImageInput
-
Packages that use ImageInput Package Description digilib.image digilib.io -
-
Uses of ImageInput in digilib.image
Fields in digilib.image declared as ImageInput Modifier and Type Field Description protected ImageInput
DocuImageImpl. input
ImageInput that was readprotected ImageInput
ImageJobDescription. input
Methods in digilib.image that return ImageInput Modifier and Type Method Description ImageInput
ImageJobDescription. getInput()
Returns the ImageInput to use.ImageInput
DocuImage. identify(ImageInput ii)
Check image size and type and store in ImageInput iiImageInput
DocuImageImpl. identify(ImageInput ii)
ImageInput
ImageInfoDocuImage. identify(ImageInput ii)
ImageInput
ImageLoaderDocuImage. identify(ImageInput input)
protected ImageInput
ImageJobDescription. selectInput()
Returns the best ImageInput based on current request parameters.Methods in digilib.image with parameters of type ImageInput Modifier and Type Method Description protected ImageReader
ImageLoaderDocuImage. getReader(ImageInput input)
Get an ImageReader for the image input.ImageInput
DocuImage. identify(ImageInput ii)
Check image size and type and store in ImageInput iiImageInput
DocuImageImpl. identify(ImageInput ii)
ImageInput
ImageInfoDocuImage. identify(ImageInput ii)
ImageInput
ImageLoaderDocuImage. identify(ImageInput input)
void
DocuImage. loadImage(ImageInput ii)
Loads an image file into the Object.abstract void
DocuImageImpl. loadImage(ImageInput ii)
void
ImageLoaderDocuImage. loadImage(ImageInput ii)
void
DocuImage. loadSubimage(ImageInput ii, Rectangle region, int subsample)
Load only a subsampled region of the image file.void
DocuImageImpl. loadSubimage(ImageInput ii, Rectangle region, int subsample)
void
ImageLoaderDocuImage. loadSubimage(ImageInput ii, Rectangle region, int prescale)
void
ImageJobDescription. setInput(ImageInput input)
Set the current ImageInput. -
Uses of ImageInput in digilib.io
Subclasses of ImageInput in digilib.io Modifier and Type Class Description class
ImageCacheStream
class
ImageFile
class
ImageStream
class
ImageUrl
Fields in digilib.io with type parameters of type ImageInput Modifier and Type Field Description protected List<ImageInput>
ImageSet. list
list of files (ImageInput)Methods in digilib.io that return ImageInput Modifier and Type Method Description ImageInput
ImageSet. get()
Gets the default Input.ImageInput
ImageSet. get(int index)
Get the ImageInput at the index.ImageInput
ImageSet. getBiggest()
Returns the biggest ImageInput in the set.ImageInput
ImageSet. getBiggestPreferred(ImageInput.InputTag tag)
Returns the biggest ImageInput in the set.ImageInput
ImageSet. getNextBigger(ImageSize size)
Get the next bigger ImageInput than the given size.ImageInput
ImageSet. getNextBigger(ImageSize size, ImageInput.InputTag tag)
Get the next bigger ImageInput with the given tag than the given size.ImageInput
ImageSet. getNextBiggerPreferred(ImageSize size, ImageInput.InputTag tag)
Get the next bigger ImageInput than the given size preferring (same-size) images with the given tag.ImageInput
ImageSet. getNextSmaller(ImageSize size)
Get the next smaller ImageInput than the given size.ImageInput
ImageSet. getNextSmaller(ImageSize size, ImageInput.InputTag tag)
Get the next smaller ImageInput with the given tag than the given size.ImageInput
ImageSet. getNextSmallerPreferred(ImageSize size, ImageInput.InputTag tag)
Get the next smaller ImageInput than the given size preferring (same-size) images with the given tag.ImageInput
ImageSet. getSmallest()
Returns the smallest ImageInput in the set.ImageInput
ImageSet. getSmallestPreferred(ImageInput.InputTag tag)
Returns the smallest ImageInput in the set.Methods in digilib.io that return types with arguments of type ImageInput Modifier and Type Method Description ListIterator<ImageInput>
ImageSet. getHiresIterator()
Get an Iterator for this Fileset starting at the highest resolution image.ListIterator<ImageInput>
ImageSet. getLoresIterator()
Get an Iterator for this Fileset starting at the lowest resolution images.Methods in digilib.io with parameters of type ImageInput Modifier and Type Method Description boolean
ImageSet. add(ImageInput f)
Adds an ImageInput to this ImageSet.
-