Uses of Class
de.digitalcollections.iiif.model.image.ImageApiProfile.Quality
-
Packages that use ImageApiProfile.Quality Package Description de.digitalcollections.iiif.model.image Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/). -
-
Uses of ImageApiProfile.Quality in de.digitalcollections.iiif.model.image
Methods in de.digitalcollections.iiif.model.image that return ImageApiProfile.Quality Modifier and Type Method Description ImageApiProfile.QualityImageApiSelector. getQuality()static ImageApiProfile.QualityImageApiProfile.Quality. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageApiProfile.Quality[]ImageApiProfile.Quality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.iiif.model.image that return types with arguments of type ImageApiProfile.Quality Modifier and Type Method Description Set<ImageApiProfile.Quality>ImageApiProfile. getQualities()Methods in de.digitalcollections.iiif.model.image with parameters of type ImageApiProfile.Quality Modifier and Type Method Description ImageApiProfileImageApiProfile. addQuality(ImageApiProfile.Quality first, ImageApiProfile.Quality... rest)StringImageApiSelector. getCanonicalForm(Dimension nativeSize, ImageApiProfile profile, ImageApiProfile.Quality defaultQuality)Create the canonical of the Image API request.See http://iiif.io/api/image/2.1/#canonical-uri-syntaxvoidImageApiSelector. setQuality(ImageApiProfile.Quality quality)Method parameters in de.digitalcollections.iiif.model.image with type arguments of type ImageApiProfile.Quality Modifier and Type Method Description voidImageApiProfile. setQualities(Set<ImageApiProfile.Quality> qualities)
-