Package org.loboevolution.html.dom.smil
Interface ElementExclusiveTimeContainer
- All Superinterfaces:
ElementTime
,ElementTimeContainer
This interface defines a time container with semantics based upon par, but
with the additional constraint that only one child element may play at a
time.
-
Field Summary
Fields inherited from interface org.loboevolution.html.dom.smil.ElementTime
FILL_FREEZE, FILL_REMOVE, RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE
-
Method Summary
Modifier and TypeMethodDescriptionControls the end of the container.This should support another method to get the ordered collection of paused elements (the paused stack) at a given point in time.void
setEndSync
(String endSync) setEndSync.Methods inherited from interface org.loboevolution.html.dom.smil.ElementTime
beginElement, endElement, getBegin, getDur, getEnd, getFill, getRepeatCount, getRepeatDur, getRestart, pauseElement, resumeElement, seekElement, setBegin, setDur, setEnd, setFill, setRepeatCount, setRepeatDur, setRestart
Methods inherited from interface org.loboevolution.html.dom.smil.ElementTimeContainer
getActiveChildrenAt, getTimeChildren
-
Method Details
-
getEndSync
String getEndSync()Controls the end of the container. Need to address thr id-ref value.- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setEndSync
setEndSync.
- Parameters:
endSync
- aString
object.- Throws:
DOMException
- if any.
-
getPausedElements
NodeList getPausedElements()This should support another method to get the ordered collection of paused elements (the paused stack) at a given point in time.- Returns:
- All paused elements at the current time.
-