Uses of Class
de.digitalcollections.iiif.model.annex.PhysicalDimensionsService.Unit
-
Packages that use PhysicalDimensionsService.Unit Package Description de.digitalcollections.iiif.model.annex Model classes that represent entities from the IIIF Annex (http://iiif.io/api/annex/services/). -
-
Uses of PhysicalDimensionsService.Unit in de.digitalcollections.iiif.model.annex
Methods in de.digitalcollections.iiif.model.annex that return PhysicalDimensionsService.Unit Modifier and Type Method Description PhysicalDimensionsService.UnitPhysicalDimensionsService. getPhysicalUnits()static PhysicalDimensionsService.UnitPhysicalDimensionsService.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.Constructors in de.digitalcollections.iiif.model.annex with parameters of type PhysicalDimensionsService.Unit Constructor Description PhysicalDimensionsService(double physicalScale, PhysicalDimensionsService.Unit units)PhysicalDimensionsService(String identifier, double physicalScale, PhysicalDimensionsService.Unit units)
-