| 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchResult
An AnnotationList that contains hits for a given search query.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationList |
AnnotationList.addResource(Annotation first,
Annotation... rest) |
AnnotationList |
Layer.getFirst() |
AnnotationList |
Layer.getLast() |
AnnotationList |
AnnotationList.getNext() |
AnnotationList |
AnnotationList.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationList> |
Canvas.getOtherContent() |
List<AnnotationList> |
Layer.getOtherContent() |
| Modifier and Type | Method and Description |
|---|---|
Canvas |
Canvas.addOtherContent(AnnotationList first,
AnnotationList... rest) |
Canvas |
Canvas.addOtherContent(AnnotationList first,
AnnotationList... rest) |
Layer |
Layer.addOtherContent(AnnotationList first,
AnnotationList... rest) |
Layer |
Layer.addOtherContent(AnnotationList first,
AnnotationList... rest) |
void |
Layer.setFirst(AnnotationList first) |
void |
Layer.setLast(AnnotationList last) |
void |
AnnotationList.setNext(AnnotationList next) |
void |
AnnotationList.setPrevious(AnnotationList previous) |
| Modifier and Type | Method and Description |
|---|---|
void |
Canvas.setOtherContent(List<AnnotationList> otherContent) |
void |
Layer.setOtherContent(List<AnnotationList> otherContent) |
Copyright © 2018. All rights reserved.