Uses of Class
de.digitalcollections.iiif.model.image.Size
-
Packages that use Size Package Description de.digitalcollections.iiif.model.image Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/). -
-
Uses of Size in de.digitalcollections.iiif.model.image
Methods in de.digitalcollections.iiif.model.image that return types with arguments of type Size Modifier and Type Method Description List<Size>ImageService. getSizes()Methods in de.digitalcollections.iiif.model.image with parameters of type Size Modifier and Type Method Description ImageServiceImageService. addSize(Size first, Size... rest)Method parameters in de.digitalcollections.iiif.model.image with type arguments of type Size Modifier and Type Method Description voidImageService. setSizes(List<Size> sizes)
-