Uses of Class
de.digitalcollections.iiif.bookshelf.model.IiifImageApiVersion
-
Packages that use IiifImageApiVersion Package Description de.digitalcollections.iiif.bookshelf.model -
-
Uses of IiifImageApiVersion in de.digitalcollections.iiif.bookshelf.model
Methods in de.digitalcollections.iiif.bookshelf.model that return IiifImageApiVersion Modifier and Type Method Description IiifImageApiVersionThumbnail. getIiifImageApiVersion()static IiifImageApiVersionIiifImageApiVersion. getVersion(java.lang.String context)static IiifImageApiVersionIiifImageApiVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IiifImageApiVersion[]IiifImageApiVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.iiif.bookshelf.model with parameters of type IiifImageApiVersion Modifier and Type Method Description voidThumbnail. setIiifImageApiVersion(IiifImageApiVersion iiifImageApiVersion)Constructors in de.digitalcollections.iiif.bookshelf.model with parameters of type IiifImageApiVersion Constructor Description Thumbnail(IiifImageApiVersion iiifImageApiVersion, java.lang.String iiifImageServiceUri)
-