| 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 | Method and Description |
|---|---|
List<Annotation> |
SearchHit.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
SearchHit |
SearchHit.addAnnotation(Annotation first,
Annotation... rest) |
SearchHit |
SearchHit.addAnnotation(Annotation first,
Annotation... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchHit.setAnnotations(List<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
Canvas.getImages() |
List<Annotation> |
AnnotationList.getResources() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationList |
AnnotationList.addResource(Annotation first,
Annotation... rest) |
AnnotationList |
AnnotationList.addResource(Annotation first,
Annotation... rest) |
void |
Canvas.setWidthFromImage(Annotation imageAnno) |
| Modifier and Type | Method and Description |
|---|---|
void |
Canvas.setImages(List<Annotation> images)
Sets the image annotations on this canvas.
|
void |
AnnotationList.setResources(List<Annotation> resources) |
Copyright © 2018. All rights reserved.