| 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.Quality |
ImageApiSelector.getQuality() |
static ImageApiProfile.Quality |
ImageApiProfile.Quality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageApiProfile.Quality[] |
ImageApiProfile.Quality.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.Quality> |
ImageApiProfile.getQualities() |
| Modifier and Type | Method and Description |
|---|---|
ImageApiProfile |
ImageApiProfile.addQuality(ImageApiProfile.Quality first,
ImageApiProfile.Quality... rest) |
ImageApiProfile |
ImageApiProfile.addQuality(ImageApiProfile.Quality first,
ImageApiProfile.Quality... rest) |
String |
ImageApiSelector.getCanonicalForm(Dimension nativeSize,
ImageApiProfile profile,
ImageApiProfile.Quality defaultQuality)
Create the canonical of the Image API request.
|
void |
ImageApiSelector.setQuality(ImageApiProfile.Quality quality) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageApiProfile.setQualities(Set<ImageApiProfile.Quality> qualities) |
Copyright © 2018. All rights reserved.