| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.annex |
Model classes that represent entities from the IIIF Annex (http://iiif.io/api/annex/services/).
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalDimensionsService.Unit |
PhysicalDimensionsService.getPhysicalUnits() |
static PhysicalDimensionsService.Unit |
PhysicalDimensionsService.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalDimensionsService.Unit[] |
PhysicalDimensionsService.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PhysicalDimensionsService(double physicalScale,
PhysicalDimensionsService.Unit units) |
PhysicalDimensionsService(String identifier,
double physicalScale,
PhysicalDimensionsService.Unit units) |
Copyright © 2018. All rights reserved.