Uses of Class
de.digitalcollections.iiif.model.openannotation.Annotation
-
Packages that use Annotation Package Description de.digitalcollections.iiif.model.search Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/).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 Annotation in de.digitalcollections.iiif.model.search
Methods in de.digitalcollections.iiif.model.search that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>SearchHit. getAnnotations()Methods in de.digitalcollections.iiif.model.search with parameters of type Annotation Modifier and Type Method Description SearchHitSearchHit. addAnnotation(Annotation first, Annotation... rest)Method parameters in de.digitalcollections.iiif.model.search with type arguments of type Annotation Modifier and Type Method Description voidSearchHit. setAnnotations(List<Annotation> annotations) -
Uses of Annotation in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>Canvas. getImages()List<Annotation>AnnotationList. getResources()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type Annotation Modifier and Type Method Description AnnotationListAnnotationList. addResource(Annotation first, Annotation... rest)voidCanvas. setWidthFromImage(Annotation imageAnno)Method parameters in de.digitalcollections.iiif.model.sharedcanvas with type arguments of type Annotation Modifier and Type Method Description voidCanvas. setImages(List<Annotation> images)Sets the image annotations on this canvas.voidAnnotationList. setResources(List<Annotation> resources)
-