| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.image |
Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/).
|
| 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<ImageContent> |
ImageService.getLogos() |
| Modifier and Type | Method and Description |
|---|---|
ImageService |
ImageService.addLogo(ImageContent first,
ImageContent... rest) |
ImageService |
ImageService.addLogo(ImageContent first,
ImageContent... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageService.setLogos(List<ImageContent> logos) |
| Modifier and Type | Method and Description |
|---|---|
ImageContent |
Resource.getThumbnail() |
| Modifier and Type | Method and Description |
|---|---|
List<ImageContent> |
Resource.getLogos() |
List<ImageContent> |
Resource.getThumbnails() |
| Modifier and Type | Method and Description |
|---|---|
Canvas |
Canvas.addImage(ImageContent first,
ImageContent... rest) |
Canvas |
Canvas.addImage(ImageContent first,
ImageContent... rest) |
Resource |
Resource.addLogo(ImageContent first,
ImageContent... rest) |
Resource |
Resource.addLogo(ImageContent first,
ImageContent... rest) |
Resource |
Resource.addThumbnail(ImageContent... thumbnails) |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setLogos(List<ImageContent> logos) |
void |
Resource.setThumbnails(List<ImageContent> thumbnails) |
Copyright © 2018. All rights reserved.