Uses of Class
de.digitalcollections.iiif.model.image.ImageApiProfile.Format
-
Packages that use ImageApiProfile.Format 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.Format in de.digitalcollections.iiif.model.image
Methods in de.digitalcollections.iiif.model.image that return ImageApiProfile.Format Modifier and Type Method Description ImageApiProfile.FormatImageApiSelector. getFormat()static ImageApiProfile.FormatImageApiProfile.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageApiProfile.Format[]ImageApiProfile.Format. 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.Format Modifier and Type Method Description Set<ImageApiProfile.Format>ImageApiProfile. getFormats()Methods in de.digitalcollections.iiif.model.image with parameters of type ImageApiProfile.Format Modifier and Type Method Description ImageApiProfileImageApiProfile. addFormat(ImageApiProfile.Format first, ImageApiProfile.Format... rest)voidImageApiSelector. setFormat(ImageApiProfile.Format format)Method parameters in de.digitalcollections.iiif.model.image with type arguments of type ImageApiProfile.Format Modifier and Type Method Description voidImageApiProfile. setFormats(Set<ImageApiProfile.Format> formats)
-