Uses of Class
de.digitalcollections.iiif.model.sharedcanvas.AnnotationList
-
Packages that use AnnotationList 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 AnnotationList in de.digitalcollections.iiif.model.search
Subclasses of AnnotationList in de.digitalcollections.iiif.model.search Modifier and Type Class Description classSearchResultAn AnnotationList that contains hits for a given search query. -
Uses of AnnotationList in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return AnnotationList Modifier and Type Method Description AnnotationListAnnotationList. addResource(Annotation first, Annotation... rest)AnnotationListLayer. getFirst()AnnotationListLayer. getLast()AnnotationListAnnotationList. getNext()AnnotationListAnnotationList. getPrevious()Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type AnnotationList Modifier and Type Method Description List<AnnotationList>Canvas. getOtherContent()List<AnnotationList>Layer. getOtherContent()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type AnnotationList Modifier and Type Method Description CanvasCanvas. addOtherContent(AnnotationList first, AnnotationList... rest)LayerLayer. addOtherContent(AnnotationList first, AnnotationList... rest)voidLayer. setFirst(AnnotationList first)voidLayer. setLast(AnnotationList last)voidAnnotationList. setNext(AnnotationList next)voidAnnotationList. setPrevious(AnnotationList previous)Method parameters in de.digitalcollections.iiif.model.sharedcanvas with type arguments of type AnnotationList Modifier and Type Method Description voidCanvas. setOtherContent(List<AnnotationList> otherContent)voidLayer. setOtherContent(List<AnnotationList> otherContent)
-