-
- All Implemented Interfaces:
-
org.readium.r2.shared.publication.services.content.Content.AttributesHolder,org.readium.r2.shared.publication.services.content.Content.Element
public interface Content.EmbeddedElement implements Content.Element
An element referencing an embedded external resource.
-
-
Method Summary
Modifier and Type Method Description abstract LinkgetEmbeddedLink()Referenced resource in the publication. -
Methods inherited from class org.readium.r2.shared.publication.services.content.Content.AttributesHolder
attribute, attributes, getAccessibilityLabel, getAttributes, getLanguage -
Methods inherited from class org.readium.r2.shared.publication.services.content.Content.Element
getLocator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEmbeddedLink
abstract Link getEmbeddedLink()
Referenced resource in the publication.
-
-
-
-