Uses of Class
de.digitalcollections.iiif.model.image.ImageApiProfile
-
Packages that use ImageApiProfile Package Description de.digitalcollections.iiif.model.image Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/).de.digitalcollections.iiif.model.sharedcanvas Model classes that represent entities from the IIIF Shared Canvas model (http://iiif.io/api/presentation/2.1/#resource-type-overview). -
-
Uses of ImageApiProfile in de.digitalcollections.iiif.model.image
Fields in de.digitalcollections.iiif.model.image declared as ImageApiProfile Modifier and Type Field Description static ImageApiProfileImageApiProfile. LEVEL_ONEstatic ImageApiProfileImageApiProfile. LEVEL_TWOstatic ImageApiProfileImageApiProfile. LEVEL_ZEROMethods in de.digitalcollections.iiif.model.image that return ImageApiProfile Modifier and Type Method Description ImageApiProfileImageApiProfile. addFeature(ImageApiProfile.Feature first, ImageApiProfile.Feature... rest)ImageApiProfileImageApiProfile. addFormat(ImageApiProfile.Format first, ImageApiProfile.Format... rest)ImageApiProfileImageApiProfile. addQuality(ImageApiProfile.Quality first, ImageApiProfile.Quality... rest)static ImageApiProfileImageApiProfile. fromUrl(String url)ImageApiProfileImageApiProfile. merge(ImageApiProfile other)Merge two profiles.static ImageApiProfileImageApiProfile. merge(List<Profile> profiles)Merge multiple profiles into one.Methods in de.digitalcollections.iiif.model.image with parameters of type ImageApiProfile Modifier and Type Method Description 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-syntaxStringSizeRequest. getCanonicalForm(Dimension nativeSize, ImageApiProfile profile)Get the canonical form of this request.ImageApiProfileImageApiProfile. merge(ImageApiProfile other)Merge two profiles.DimensionSizeRequest. resolve(Dimension nativeSize, ImageApiProfile profile)DimensionSizeRequest. resolve(Dimension nativeSize, List<Dimension> availableSizes, ImageApiProfile profile)Resolve the request to dimensions that can be used for scaling, based on the native size of the image region and the available profile.DimensionSizeRequest. resolve(Rectangle region, ImageApiProfile profile)LikeSizeRequest.resolve(Dimension, ImageApiProfile), but can be used with aRectangle, e.g.Constructors in de.digitalcollections.iiif.model.image with parameters of type ImageApiProfile Constructor Description ImageService(String identifier, ImageApiProfile profile) -
Uses of ImageApiProfile in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type ImageApiProfile Modifier and Type Method Description CanvasCanvas. addIIIFImage(String serviceUrl, ImageApiProfile profile)
-