Uses of Interface
de.digitalcollections.iiif.model.interfaces.Selector
-
Packages that use Selector Package Description de.digitalcollections.iiif.model.image Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/).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/). -
-
Uses of Selector in de.digitalcollections.iiif.model.image
Classes in de.digitalcollections.iiif.model.image that implement Selector Modifier and Type Class Description classImageApiSelectorA selector that describes a region on an IIIF Image API resource. -
Uses of Selector in de.digitalcollections.iiif.model.jackson.serialization
Methods in de.digitalcollections.iiif.model.jackson.serialization that return Selector Modifier and Type Method Description SelectorSelectorDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of Selector in de.digitalcollections.iiif.model.openannotation
Classes in de.digitalcollections.iiif.model.openannotation that implement Selector Modifier and Type Class Description classSvgSelectorA selector that selects a region of an image using SVG.Methods in de.digitalcollections.iiif.model.openannotation that return Selector Modifier and Type Method Description SelectorSpecificResource. getSelector()Methods in de.digitalcollections.iiif.model.openannotation with parameters of type Selector Modifier and Type Method Description voidSpecificResource. setSelector(Selector selector) -
Uses of Selector in de.digitalcollections.iiif.model.search
Classes in de.digitalcollections.iiif.model.search that implement Selector Modifier and Type Class Description classTextQuoteSelectorA selector for highlighting parts of a text.
-