Class ImageServiceGenerator
java.lang.Object
org.dspace.app.iiif.model.generator.ImageServiceGenerator
- All Implemented Interfaces:
IIIFService
This service generator wraps the image service property model. An image service
annotation is added to each canvas annotation.
- Author:
- Michael Spalti mspalti@willamette.edu, Andrea Bollini (andrea.bollini at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.iiif.model.ServiceCreates and returns a service modelsetProfile(ProfileGenerator profile) Sets the IIIF image profile.
-
Constructor Details
-
ImageServiceGenerator
-
-
Method Details
-
setProfile
Sets the IIIF image profile.- Parameters:
profile- a profile generator
-
generateService
public de.digitalcollections.iiif.model.Service generateService()Description copied from interface:IIIFServiceCreates and returns a service model- Specified by:
generateServicein interfaceIIIFService- Returns:
- a service model
-