Uses of Class
org.dspace.app.iiif.model.generator.AnnotationGenerator
-
Packages that use AnnotationGenerator Package Description org.dspace.app.iiif.model.generator -
-
Uses of AnnotationGenerator in org.dspace.app.iiif.model.generator
Methods in org.dspace.app.iiif.model.generator that return AnnotationGenerator Modifier and Type Method Description AnnotationGeneratorAnnotationGenerator. setMotivation(@NotNull de.digitalcollections.iiif.model.Motivation motivation)Sets the motivation field.AnnotationGeneratorAnnotationGenerator. setOnCanvas(CanvasGenerator canvas)Sets the canvas that is associated with this annotation.AnnotationGeneratorAnnotationGenerator. setResource(ContentAsTextGenerator contentAsText)Sets a text resource for this annotation.AnnotationGeneratorAnnotationGenerator. setResource(ExternalLinksGenerator otherContent)Sets an external link for this annotation.AnnotationGeneratorAnnotationGenerator. setWithin(List<ManifestGenerator> within)Set the within property for this annotation.Methods in org.dspace.app.iiif.model.generator with parameters of type AnnotationGenerator Modifier and Type Method Description voidAnnotationListGenerator. addResource(AnnotationGenerator annotation)Adds Annotation resource to the annotation list.voidSearchResultGenerator. addResource(AnnotationGenerator annotation)
-