Class TileInfo
- java.lang.Object
-
- de.digitalcollections.iiif.model.image.TileInfo
-
public class TileInfo extends Object
Describes an Image API tile.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TileInfoaddScaleFactor(Integer first, Integer... rest)IntegergetHeight()List<Integer>getScaleFactors()IntegergetWidth()voidsetHeight(Integer height)
-
-
-
Constructor Detail
-
TileInfo
public TileInfo(Integer width)
-
-