public class Sequence extends Resource
The order of the views of the object.
Multiple sequences are allowed to cover situations when there are multiple equally valid orders through the content, such as when a manuscript’s pages are rebound or archival collections are reordered.
| Constructor and Description |
|---|
Sequence(String identifier) |
Sequence(String identifier,
String label) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
addCanvas(Canvas first,
Canvas... rest) |
List<Canvas> |
getCanvases() |
URI |
getStartCanvas() |
Set<ViewingHint.Type> |
getSupportedViewingHintTypes() |
String |
getType() |
ViewingDirection |
getViewingDirection() |
void |
setCanvases(List<Canvas> canvases) |
void |
setStartCanvas(URI startCanvas) |
void |
setViewingDirection(ViewingDirection viewingDirection) |
addAttribution, addDescription, addLabel, addLicense, addLogo, addLogo, addMetadata, addMetadata, addRelated, addRendering, addSeeAlso, addService, addThumbnail, addViewingHint, addWithin, getAttribution, getAttributionString, getDescription, getDescriptionString, getFirstLicense, getIdentifier, getLabel, getLabelString, getLicenses, getLogos, getLogoUri, getMetadata, getRelated, getRenderings, getSeeAlso, getServices, getThumbnail, getThumbnails, getViewingHints, getWithin, setAttribution, setDescription, setIdentifier, setLabel, setLicenses, setLogos, setRelated, setRenderings, setSeeAlso, setServices, setThumbnails, setViewingHints, setWithin, toString, verifyRenderingpublic static final String TYPE
public Sequence(String identifier)
public ViewingDirection getViewingDirection()
public void setViewingDirection(ViewingDirection viewingDirection)
public Set<ViewingHint.Type> getSupportedViewingHintTypes()
getSupportedViewingHintTypes in class Resourcepublic URI getStartCanvas()
public void setStartCanvas(URI startCanvas)
Copyright © 2018. All rights reserved.