| Package | Description |
|---|---|
| de.digitalcollections.iiif.model |
The packages contained in this module allow the usage of all parts of the IIIF specification.
|
| de.digitalcollections.iiif.model.jackson.serialization |
Custom serializers and deserializers for IIIF entities.
|
| de.digitalcollections.iiif.model.openannotation |
Model classes that represent entities from the OpenAnnotation specification that are used in IIIF.
|
| 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 |
ImageContent
An image resource.
|
class |
OtherContent
Type for Content resources such as images or texts that are associated with a canvas.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSerializer.serialize(Resource value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
An OpenAnnotation Annotation.
|
class |
Choice
A choice between two or more IIIF resources.
|
class |
ContentAsText
A resource that contains embedded textual content.
|
class |
CssStyle
A resource that contains embedded CSS Stylesheet definitions
|
class |
SpecificResource
A resource that applies complex styles and/or selectors to a given resource.
|
class |
SvgSelector
A selector that selects a region of an image using SVG.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Choice.getDefault() |
Resource |
SpecificResource.getFull() |
Resource |
Annotation.getOn() |
Resource |
Annotation.getResource() |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Choice.getAlternatives() |
| Modifier and Type | Method and Description |
|---|---|
void |
Choice.addAlternative(Resource first,
Resource... rest) |
void |
Choice.addAlternative(Resource first,
Resource... rest) |
void |
SpecificResource.setFull(Resource full) |
void |
Annotation.setOn(Resource on) |
void |
Annotation.setResource(Resource resource) |
| Constructor and Description |
|---|
Choice(Resource defaultResource,
List<Resource> alternatives) |
Choice(Resource defaultResource,
Resource firstAlternative,
Resource... otherAlternatives) |
Choice(Resource defaultResource,
Resource firstAlternative,
Resource... otherAlternatives) |
| Constructor and Description |
|---|
Choice(Resource defaultResource,
List<Resource> alternatives) |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchLayer
The container for all pages of a paginated page response.
|
class |
SearchResult
An AnnotationList that contains hits for a given search query.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
SearchResult.addWithin(Resource first,
Resource... rest)
Add a new containing resource.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
SearchResult.addWithin(Resource first,
Resource... rest)
Add a new containing resource.
|
Resource |
SearchResult.addWithin(Resource first,
Resource... rest)
Add a new containing resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResult.setWithin(List<Resource> within)
Set the list of containing resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationList
An ordered list of annotation lists.
|
class |
Canvas
A virtual container that represents a page or view and has content resources associated with it or with parts of it.
|
class |
Collection
An ordered list of manifests, and/or further collections.
|
class |
Layer
An ordered list of annotation lists.
|
class |
Manifest
The overall description of the structure and properties of the digital representation of an object.
|
class |
Range
An ordered list of canvases, and/or further ranges.
|
class |
Sequence
The order of the views of the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Collection.getMembers() |
List<Resource> |
Range.getMembers() |
List<Resource> |
Resource.getWithin() |
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.addMember(Resource first,
Resource... rest)
Adds one or more member resources.
|
Collection |
Collection.addMember(Resource first,
Resource... rest)
Adds one or more member resources.
|
Range |
Range.addMember(Resource first,
Resource... rest)
Adds one or more member resources.
|
Range |
Range.addMember(Resource first,
Resource... rest)
Adds one or more member resources.
|
Resource |
Resource.addWithin(Resource first,
Resource... rest) |
Resource |
Resource.addWithin(Resource first,
Resource... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.setMembers(List<Resource> members)
Set the list of member resources.
|
void |
Range.setMembers(List<Resource> members)
Sets the member resources.
|
void |
Resource.setWithin(List<Resource> within) |
Copyright © 2018. All rights reserved.