| Package | Description |
|---|---|
| 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<OtherContent> |
Resource.getRelated() |
List<OtherContent> |
Resource.getRenderings() |
List<OtherContent> |
Resource.getSeeAlso() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.addRelated(OtherContent first,
OtherContent... rest) |
Resource |
Resource.addRelated(OtherContent first,
OtherContent... rest) |
Resource |
Resource.addRendering(OtherContent first,
OtherContent... rest)
Add one or more renderings.
|
Resource |
Resource.addRendering(OtherContent first,
OtherContent... rest)
Add one or more renderings.
|
Resource |
Resource.addSeeAlso(OtherContent first,
OtherContent... rest) |
Resource |
Resource.addSeeAlso(OtherContent first,
OtherContent... rest) |
void |
Resource.verifyRendering(OtherContent content) |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setRelated(List<OtherContent> related) |
void |
Resource.setRenderings(List<OtherContent> renderings)
Sets the renderings.
|
void |
Resource.setSeeAlso(List<OtherContent> seeAlso) |
Copyright © 2018. All rights reserved.