public interface Layer extends IiifResource
Recommended URI Pattern: {scheme}://{host}/{prefix}/{identifier}/layer/{name}
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
getDescription() |
PropertyValue |
getLabel() |
List<Metadata> |
getMetadata() |
List<IiifReference> |
getOtherContent() |
Thumbnail |
getThumbnail() |
String |
getViewingDirection() |
String |
getViewingHint() |
void |
setDescription(PropertyValue description) |
void |
setMetadata(List<Metadata> metadata) |
void |
setOtherContent(List<IiifReference> iiifReferences) |
void |
setThumbnail(Thumbnail thumbnail) |
void |
setViewingDirection(String viewingDirection) |
void |
setViewingHint(String viewingHint) |
addService, getAttribution, getId, getLicense, getLogo, getRelated, getRendering, getSeeAlso, getServices, getType, getWithin, setAttribution, setId, setId, setLicense, setLogo, setRelated, setRendering, setSeeAlso, setServices, setWithinPropertyValue getDescription()
void setDescription(PropertyValue description)
PropertyValue getLabel()
List<IiifReference> getOtherContent()
void setOtherContent(List<IiifReference> iiifReferences)
Thumbnail getThumbnail()
void setThumbnail(Thumbnail thumbnail)
String getViewingDirection()
void setViewingDirection(String viewingDirection)
viewingDirection - The direction that canvases of the resource should be presented when rendered for the user to navigate and/or read. A range or layer may have a viewing direction.ViewingDirectionString getViewingHint()
void setViewingHint(String viewingHint)
Copyright © 2017. All rights reserved.