| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.enums | |
| 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 | Field and Description |
|---|---|
static ViewingHint |
ViewingHint.CONTINUOUS
Valid on manifest, sequence and range.
|
static ViewingHint |
ViewingHint.FACING_PAGES
Valid only for canvases.
|
static ViewingHint |
ViewingHint.INDIVIDUALS
Valid on collection, manifest, sequence and range.
|
static ViewingHint |
ViewingHint.MULTI_PART
Valid only for collections.
|
static ViewingHint |
ViewingHint.NON_PAGED
Valid only for canvases.
|
static ViewingHint |
ViewingHint.PAGED
Valid on manifest, sequence and range.
|
static ViewingHint |
ViewingHint.TOP
Valid only for ranges.
|
| Modifier and Type | Method and Description |
|---|---|
List<ViewingHint> |
Resource.getViewingHints() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.addViewingHint(ViewingHint first,
ViewingHint... rest)
Add one or more viewing hints for this resource.
|
Resource |
Resource.addViewingHint(ViewingHint first,
ViewingHint... rest)
Add one or more viewing hints for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setViewingHints(List<ViewingHint> viewingHints)
Set the viewing hints for this resource.
|
Copyright © 2018. All rights reserved.