Uses of Interface
de.digitalcollections.iiif.model.openannotation.Choice
-
Packages that use Choice 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.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 Choice in de.digitalcollections.iiif.model
Classes in de.digitalcollections.iiif.model that implement Choice 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 Choice in de.digitalcollections.iiif.model.openannotation
Classes in de.digitalcollections.iiif.model.openannotation that implement Choice 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. -
Uses of Choice in de.digitalcollections.iiif.model.search
Classes in de.digitalcollections.iiif.model.search that implement Choice 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. -
Uses of Choice in de.digitalcollections.iiif.model.sharedcanvas
Classes in de.digitalcollections.iiif.model.sharedcanvas that implement Choice 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.classResource<T>Abstract IIIF resource, most other resources are based on this.classSequenceThe order of the views of the object.
-