Package org.loboevolution.html.dom.smil
Interface ElementParallelTimeContainer
- All Superinterfaces:
ElementTime
,ElementTimeContainer
A parallel container defines a simple parallel time grouping in
which multiple elements can play back at the same time. It may have to
specify a repeat iteration. (?)
-
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.float
This method returns the implicit duration in seconds.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.
-
getImplicitDuration
float getImplicitDuration()This method returns the implicit duration in seconds.- Returns:
- The implicit duration in seconds or -1 if the implicit is unknown (indefinite?).
-