| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.image |
Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/).
|
| Modifier and Type | Method and Description |
|---|---|
ImageApiProfile.Format |
ImageApiSelector.getFormat() |
static ImageApiProfile.Format |
ImageApiProfile.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageApiProfile.Format[] |
ImageApiProfile.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ImageApiProfile.Format> |
ImageApiProfile.getFormats() |
| Modifier and Type | Method and Description |
|---|---|
ImageApiProfile |
ImageApiProfile.addFormat(ImageApiProfile.Format first,
ImageApiProfile.Format... rest) |
ImageApiProfile |
ImageApiProfile.addFormat(ImageApiProfile.Format first,
ImageApiProfile.Format... rest) |
void |
ImageApiSelector.setFormat(ImageApiProfile.Format format) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageApiProfile.setFormats(Set<ImageApiProfile.Format> formats) |
Copyright © 2018. All rights reserved.