christophedelory.playlist.smil
Class Body
java.lang.Object
christophedelory.playlist.smil.Core
christophedelory.playlist.smil.AbstractSmilElement
christophedelory.playlist.smil.AbstractTimingElement
christophedelory.playlist.smil.SequentialTimingElement
christophedelory.playlist.smil.Body
public class Body
- extends SequentialTimingElement
Contains information that is related to the temporal and linking behavior of the document.
It acts as the root element of the timing tree.
The body element may have different timing semantics.
- Version:
- $Revision: 90 $
- Author:
- Christophe Delory
Constructor Summary |
Body()
|
Methods inherited from class christophedelory.playlist.smil.AbstractSmilElement |
getBeginString, getDuration, getDurationString, getEnd, getMax, getMin, getParent, getRegionString, getRepeatCount, getRepeatCountString, getRepeatDuration, setBeginString, setDuration, setDurationString, setEnd, setMax, setMin, setParent, setRegionString, setRepeatCount, setRepeatCountString, setRepeatDuration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Body
public Body()
acceptDown
public void acceptDown(SmilVisitor visitor)
- Description copied from class:
AbstractSmilElement
- Accepts the specified SMIL playlist visitor.
- Overrides:
acceptDown
in class SequentialTimingElement
- Parameters:
visitor
- a SMIL playlist visitor. Shall not be null
.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.