Uses of Class
org.dspace.app.iiif.model.generator.ProfileGenerator
-
Packages that use ProfileGenerator Package Description org.dspace.app.iiif.model.generator org.dspace.app.iiif.service org.dspace.app.iiif.service.utils -
-
Uses of ProfileGenerator in org.dspace.app.iiif.model.generator
Methods in org.dspace.app.iiif.model.generator with parameters of type ProfileGenerator Modifier and Type Method Description ImageServiceGeneratorImageServiceGenerator. setProfile(ProfileGenerator profile)Sets the IIIF image profile. -
Uses of ProfileGenerator in org.dspace.app.iiif.service
Methods in org.dspace.app.iiif.service with parameters of type ProfileGenerator Modifier and Type Method Description protected ImageContentGeneratorImageContentService. getImageContent(UUID uuid, String mimetype, ProfileGenerator profile, String path)Association of images with their respective canvases is done via annotations. -
Uses of ProfileGenerator in org.dspace.app.iiif.service.utils
Methods in org.dspace.app.iiif.service.utils that return ProfileGenerator Modifier and Type Method Description ProfileGeneratorImageProfileUtil. getImageProfile()Utility method for obtaining the image service profile.ProfileGeneratorThumbProfileUtil. getThumbnailProfile()Utility method for obtaining the thumbnail image service profile.
-