Uses of Class
de.digitalcollections.iiif.model.image.TileInfo
-
Packages that use TileInfo 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 TileInfo in de.digitalcollections.iiif.model.image
Methods in de.digitalcollections.iiif.model.image that return TileInfo Modifier and Type Method Description TileInfoTileInfo. addScaleFactor(Integer first, Integer... rest)Methods in de.digitalcollections.iiif.model.image that return types with arguments of type TileInfo Modifier and Type Method Description List<TileInfo>ImageService. getTiles()Methods in de.digitalcollections.iiif.model.image with parameters of type TileInfo Modifier and Type Method Description ImageServiceImageService. addTile(TileInfo first, TileInfo... rest)Method parameters in de.digitalcollections.iiif.model.image with type arguments of type TileInfo Modifier and Type Method Description voidImageService. setTiles(List<TileInfo> tiles)
-