Uses of Class
de.digitalcollections.iiif.model.OtherContent
-
Packages that use OtherContent 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 OtherContent in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type OtherContent Modifier and Type Method Description List<OtherContent>Resource. getRelated()List<OtherContent>Resource. getRenderings()List<OtherContent>Resource. getSeeAlso()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type OtherContent Modifier and Type Method Description ResourceResource. addRelated(OtherContent first, OtherContent... rest)ResourceResource. addRendering(OtherContent first, OtherContent... rest)Add one or more renderings.ResourceResource. addSeeAlso(OtherContent first, OtherContent... rest)voidResource. verifyRendering(OtherContent content)Method parameters in de.digitalcollections.iiif.model.sharedcanvas with type arguments of type OtherContent Modifier and Type Method Description voidResource. setRelated(List<OtherContent> related)voidResource. setRenderings(List<OtherContent> renderings)Sets the renderings.voidResource. setSeeAlso(List<OtherContent> seeAlso)
-