public class SpineReference extends ResourceReference implements Serializable
resource
Constructor and Description |
---|
SpineReference(Resource resource) |
SpineReference(Resource resource,
boolean linear) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLinear()
Linear denotes whether the section is Primary or Auxiliary.
|
void |
setLinear(boolean linear) |
getResource, getResourceId, setResource
public SpineReference(Resource resource)
public SpineReference(Resource resource, boolean linear)
public boolean isLinear()
primary or auxiliary is useful for Reading Systems which opt to present auxiliary content differently than primary content. For example, a Reading System might opt to render auxiliary content in a popup window apart from the main window which presents the primary content. (For an example of the types of content that may be considered auxiliary, refer to the example below and the subsequent discussion.)
public void setLinear(boolean linear)
Copyright © 2009–2017. All rights reserved.