Uses of Class
de.digitalcollections.iiif.model.sharedcanvas.Layer
-
Packages that use Layer Package Description 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 Layer in de.digitalcollections.iiif.model.search
Subclasses of Layer in de.digitalcollections.iiif.model.search Modifier and Type Class Description classSearchLayerThe container for all pages of a paginated page response. -
Uses of Layer in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return Layer Modifier and Type Method Description LayerLayer. addOtherContent(AnnotationList first, AnnotationList... rest)LayerLayer. addOtherContent(String first, String... rest)LayerRange. getContentLayer()Methods in de.digitalcollections.iiif.model.sharedcanvas with parameters of type Layer Modifier and Type Method Description voidRange. setContentLayer(Layer contentLayer)
-