public interface Range extends IiifResource
Recommended URI Pattern: {scheme}://{host}/{prefix}/{identifier}/range/{name}
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCanvases() |
PropertyValue |
getDescription() |
PropertyValue |
getLabel() |
List<Metadata> |
getMetadata() |
List<String> |
getRanges() |
String |
getStartCanvas() |
Thumbnail |
getThumbnail() |
String |
getViewingDirection() |
String |
getViewingHint() |
void |
setCanvases(List<String> canvases) |
void |
setDescription(PropertyValue description) |
void |
setLabel(PropertyValue label) |
void |
setMetadata(List<Metadata> metadata) |
void |
setRanges(List<String> ranges) |
void |
setStartCanvas(String startCanvas) |
void |
setThumbnail(Thumbnail thumbnail) |
void |
setViewingDirection(String viewingDirection) |
void |
setViewingHint(String viewingHint) |
getAttribution, getId, getLicense, getLogo, getRelated, getSeeAlso, getService, getType, getWithin, setAttribution, setId, setId, setLicense, setLogo, setRelated, setSeeAlso, setService, setWithinPropertyValue getDescription()
void setDescription(PropertyValue description)
PropertyValue getLabel()
void setLabel(PropertyValue label)
String getStartCanvas()
void setStartCanvas(String startCanvas)
startCanvas - A link from a sequence or range to a canvas that is contained within the sequence. On seeing
this relationship, a client should advance to the specified canvas when beginning navigation through the
sequence/range. This allows the client to begin with the first canvas that contains interesting content rather than
requiring the user to skip past blank or empty canvases manually. A sequence or a range may have this relationship,
and the target must be a canvas.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 © 2016. All rights reserved.