| 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 | Method and Description |
|---|---|
static ViewingDirection |
ViewingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewingDirection[] |
ViewingDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ViewingDirection |
Manifest.getViewingDirection() |
ViewingDirection |
Sequence.getViewingDirection() |
ViewingDirection |
Range.getViewingDirection() |
ViewingDirection |
Layer.getViewingDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Manifest.setViewingDirection(ViewingDirection viewingDirection) |
void |
Sequence.setViewingDirection(ViewingDirection viewingDirection) |
void |
Range.setViewingDirection(ViewingDirection viewingDirection) |
void |
Layer.setViewingDirection(ViewingDirection viewingDirection) |
Copyright © 2018. All rights reserved.