Uses of Class
org.dspace.app.iiif.model.generator.ImageContentGenerator
-
Packages that use ImageContentGenerator Package Description org.dspace.app.iiif.model.generator org.dspace.app.iiif.service -
-
Uses of ImageContentGenerator in org.dspace.app.iiif.model.generator
Methods in org.dspace.app.iiif.model.generator that return ImageContentGenerator Modifier and Type Method Description ImageContentGeneratorImageContentGenerator. addService(ImageServiceGenerator imageService)Adds the IIIF image service annotation.ImageContentGeneratorImageContentGenerator. setFormat(String mimetype)Sets the optional mimetype.Methods in org.dspace.app.iiif.model.generator with parameters of type ImageContentGenerator Modifier and Type Method Description voidManifestGenerator. addLogo(ImageContentGenerator logo)voidManifestGenerator. addThumbnail(ImageContentGenerator thumbnail)Adds optional thumbnail image resource to manifest. -
Uses of ImageContentGenerator in org.dspace.app.iiif.service
Methods in org.dspace.app.iiif.service that return ImageContentGenerator Modifier and Type Method Description protected ImageContentGeneratorImageContentService. getImageContent(String identifier)protected ImageContentGeneratorImageContentService. getImageContent(UUID uuid, String mimetype, ProfileGenerator profile, String path)Association of images with their respective canvases is done via annotations.
-