Uses of Class
de.digitalcollections.iiif.model.sharedcanvas.Resource
-
Packages that use Resource Package Description de.digitalcollections.iiif.model The packages contained in this module allow the usage of all parts of the IIIF specification.de.digitalcollections.iiif.model.jackson.serialization Custom serializers and deserializers for IIIF entities.de.digitalcollections.iiif.model.openannotation Model classes that represent entities from the OpenAnnotation specification that are used in IIIF.de.digitalcollections.iiif.model.search Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/).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 Resource in de.digitalcollections.iiif.model
Subclasses of Resource in de.digitalcollections.iiif.model Modifier and Type Class Description classImageContentAn image resource.classOtherContentType for Content resources such as images or texts that are associated with a canvas. -
Uses of Resource in de.digitalcollections.iiif.model.jackson.serialization
Methods in de.digitalcollections.iiif.model.jackson.serialization that return Resource Modifier and Type Method Description ResourceResourceDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in de.digitalcollections.iiif.model.jackson.serialization with parameters of type Resource Modifier and Type Method Description voidResourceSerializer. serialize(Resource value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of Resource in de.digitalcollections.iiif.model.openannotation
Subclasses of Resource in de.digitalcollections.iiif.model.openannotation Modifier and Type Class Description classAnnotationAn OpenAnnotation Annotation.classContentAsTextA resource that contains embedded textual content.classCssStyleA resource that contains embedded CSS Stylesheet definitionsclassSpecificResourceA resource that applies complex styles and/or selectors to a given resource.classSvgSelectorA selector that selects a region of an image using SVG.Methods in de.digitalcollections.iiif.model.openannotation that return Resource Modifier and Type Method Description Resource<?>SpecificResource. getFull()Resource<?>Annotation. getOn()Resource<?>Annotation. getResource()Methods in de.digitalcollections.iiif.model.openannotation with parameters of type Resource Modifier and Type Method Description voidSpecificResource. setFull(Resource full)voidAnnotation. setOn(Resource on)voidAnnotation. setResource(Resource resource) -
Uses of Resource in de.digitalcollections.iiif.model.search
Subclasses of Resource in de.digitalcollections.iiif.model.search Modifier and Type Class Description classSearchLayerThe container for all pages of a paginated page response.classSearchResultAn AnnotationList that contains hits for a given search query.Methods in de.digitalcollections.iiif.model.search with parameters of type Resource Modifier and Type Method Description SearchResultSearchResult. addWithin(Resource first, Resource... rest)Add a new containing resource.Method parameters in de.digitalcollections.iiif.model.search with type arguments of type Resource Modifier and Type Method Description voidSearchResult. setWithin(List<Resource> within)Set the list of containing resources. -
Uses of Resource in de.digitalcollections.iiif.model.sharedcanvas
Subclasses of Resource in de.digitalcollections.iiif.model.sharedcanvas Modifier and Type Class Description classAnnotationListAn ordered list of annotation lists.classCanvasA virtual container that represents a page or view and has content resources associated with it or with parts of it.classCollectionAn ordered list of manifests, and/or further collections.classLayerAn ordered list of annotation lists.classManifestThe overall description of the structure and properties of the digital representation of an object.classRangeAn ordered list of canvases, and/or further ranges.classSequenceThe order of the views of the object.Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Collection. getMembers()List<Resource>Range. getMembers()List<Resource>Resource. getWithin()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type Resource Modifier and Type Method Description CollectionCollection. addMember(Resource first, Resource... rest)Adds one or more member resources.RangeRange. addMember(Resource first, Resource... rest)Adds one or more member resources.ResourceResource. addWithin(Resource first, Resource... rest)Method parameters in de.digitalcollections.iiif.model.sharedcanvas with type arguments of type Resource Modifier and Type Method Description voidCollection. setMembers(List<Resource> members)Set the list of member resources.voidRange. setMembers(List<Resource> members)Sets the member resources.voidResource. setWithin(List<Resource> within)
-