Uses of Class
de.digitalcollections.iiif.model.sharedcanvas.Manifest
-
Packages that use Manifest Package Description de.digitalcollections.iiif.model.sharedcanvas Model classes that represent entities from the IIIF Shared Canvas model (http://iiif.io/api/presentation/2.1/#resource-type-overview). -
-
Uses of Manifest in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return Manifest Modifier and Type Method Description ManifestManifest. addRange(Range first, Range... rest)ManifestManifest. addSequence(Sequence first, Sequence... rest)Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type Manifest Modifier and Type Method Description List<Manifest>Collection. getManifests()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type Manifest Modifier and Type Method Description CollectionCollection. addManifest(Manifest first, Manifest... rest)Method parameters in de.digitalcollections.iiif.model.sharedcanvas with type arguments of type Manifest Modifier and Type Method Description voidCollection. setManifests(List<Manifest> manifests)
-