Uses of Class
de.digitalcollections.iiif.model.ImageContent
-
Packages that use ImageContent 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 ImageContent in de.digitalcollections.iiif.model.image
Methods in de.digitalcollections.iiif.model.image that return types with arguments of type ImageContent Modifier and Type Method Description List<ImageContent>ImageService. getLogos()Methods in de.digitalcollections.iiif.model.image with parameters of type ImageContent Modifier and Type Method Description ImageServiceImageService. addLogo(ImageContent first, ImageContent... rest)Method parameters in de.digitalcollections.iiif.model.image with type arguments of type ImageContent Modifier and Type Method Description voidImageService. setLogos(List<ImageContent> logos) -
Uses of ImageContent in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return ImageContent Modifier and Type Method Description ImageContentResource. getThumbnail()Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type ImageContent Modifier and Type Method Description List<ImageContent>Resource. getLogos()List<ImageContent>Resource. getThumbnails()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type ImageContent Modifier and Type Method Description CanvasCanvas. addImage(ImageContent first, ImageContent... rest)ResourceResource. addLogo(ImageContent first, ImageContent... rest)ResourceResource. addThumbnail(ImageContent... thumbnails)Method parameters in de.digitalcollections.iiif.model.sharedcanvas with type arguments of type ImageContent Modifier and Type Method Description voidResource. setLogos(List<ImageContent> logos)voidResource. setThumbnails(List<ImageContent> thumbnails)
-