Uses of Enum
digilib.io.ImageInput.InputTag
Packages that use ImageInput.InputTag
-
Uses of ImageInput.InputTag in digilib.io
Fields in digilib.io with type parameters of type ImageInput.InputTagModifier and TypeFieldDescriptionprotected EnumSet
<ImageInput.InputTag> ImageInput.tags
InputTags for this inputMethods in digilib.io that return ImageInput.InputTagModifier and TypeMethodDescriptionstatic ImageInput.InputTag
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.InputTagMethods in digilib.io with parameters of type ImageInput.InputTagModifier and TypeMethodDescriptionImageSet.getBiggestPreferred
(ImageInput.InputTag tag) Returns the biggest ImageInput in the set.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, 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.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