org.w3c.dom.smil20
Interface ElementParallelTimeContainer
- All Superinterfaces:
- ElementTime, ElementTimeContainer, ElementTimeControl, XElementBasicTime
- All Known Subinterfaces:
- XSMILParElement
- All Known Implementing Classes:
- ElementParallelTimeContainerImpl, SMILParElementImpl
- public interface ElementParallelTimeContainer
- extends 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. (?)
| Fields inherited from interface org.w3c.dom.smil20.ElementTime |
FILLDEFAULT_AUTO, FILLDEFAULT_FREEZE, FILLDEFAULT_HOLD, FILLDEFAULT_INHERIT, FILLDEFAULT_REMOVE, FILLDEFAULT_TRANSITION, RESTARTDEFAULT_ALWAYS, RESTARTDEFAULT_INHERIT, RESTARTDEFAULT_NEVER, RESTARTDEFAULT_WHEN_NOT_ACTIVE, SYNCBEHAVIOR_CAN_SLIP, SYNCBEHAVIOR_DEFAULT, SYNCBEHAVIOR_INDEPENDENT, SYNCBEHAVIOR_LOCKED, SYNCBEHAVIORDEFAULT_CAN_SLIP, SYNCBEHAVIORDEFAULT_INDEPENDENT, SYNCBEHAVIORDEFAULT_INHERIT, SYNCBEHAVIORDEFAULT_LOCKED |
|
Method Summary |
java.lang.String |
getEndSync()
Controls the end of the container. |
int |
getImplicitDuration()
This method returns the implicit duration in seconds (float). |
void |
setEndSync(java.lang.String endSync)
|
| Methods inherited from interface org.w3c.dom.smil20.ElementTimeContainer |
childEnded, getAbstractAttr, getActiveChildrenAt, getAuthor, getCopyright, getFill, getRegion, getTimeChildren, setAbstractAttr, setAuthor, setCopyright, setFill, setRegion |
| Methods inherited from interface org.w3c.dom.smil20.ElementTime |
getFillDefault, getRestartDefault, getSyncBehavior, getSyncBehaviorDefault, getSyncTolerance, getSyncToleranceDefault, setFillDefault, setRestartDefault, setSyncBehavior, setSyncBehaviorDefault, setSyncTolerance, setSyncToleranceDefault |
| Methods inherited from interface org.w3c.dom.smil20.XElementBasicTime |
activate, closedown, deactivate, destroy, freeze, getBegin, getCurrentIntervalBegin, getDur, getEnd, getMax, getMin, getRepeat, getRepeatCount, getRepeatDur, getRestart, getTimeInBodyTime, hasStarted, isActive, prefetch, setBegin, setDur, setEnd, setMax, setMin, setRepeat, setRepeatCount, setRepeatDur, setRestart, startup |
getEndSync
public java.lang.String getEndSync()
- Controls the end of the container. Need to address thr id-ref value.
- Throws:
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
setEndSync
public void setEndSync(java.lang.String endSync)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getImplicitDuration
public int getImplicitDuration()
- This method returns the implicit duration in seconds (float).
- Returns:
- The implicit duration in seconds or -1 if the implicit is
unknown (indefinite?).
X-Smiles 1.2