Uses of Class
digilib.io.ImageInput.InputTag
-
Packages that use ImageInput.InputTag Package Description digilib.io -
-
Uses of ImageInput.InputTag in digilib.io
Fields in digilib.io with type parameters of type ImageInput.InputTag Modifier and Type Field Description protected EnumSet<ImageInput.InputTag>
ImageInput. tags
InputTags for this inputMethods in digilib.io that return ImageInput.InputTag Modifier and Type Method Description static ImageInput.InputTag
ImageInput.InputTag. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageInput.InputTag[]
ImageInput.InputTag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in digilib.io that return types with arguments of type ImageInput.InputTag Modifier and Type Method Description EnumSet<ImageInput.InputTag>
ImageInput. getTags()
Methods in digilib.io with parameters of type ImageInput.InputTag Modifier and Type Method Description ImageInput
ImageSet. getBiggestPreferred(ImageInput.InputTag tag)
Returns the biggest ImageInput in the set.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, 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. getSmallestPreferred(ImageInput.InputTag tag)
Returns the smallest ImageInput in the set.boolean
ImageFile. hasTag(ImageInput.InputTag tag)
boolean
ImageInput. hasTag(ImageInput.InputTag tag)
Returns if the input has the given tag.void
ImageInput. setTag(ImageInput.InputTag tag)
Sets the given tag on the input.Method parameters in digilib.io with type arguments of type ImageInput.InputTag Modifier and Type Method Description void
ImageInput. setTags(EnumSet<ImageInput.InputTag> tags)
-