Lizzy v1.1.1

christophedelory.playlist.smil
Class SequentialTimingElement

java.lang.Object
  extended by christophedelory.playlist.smil.Core
      extended by christophedelory.playlist.smil.AbstractSmilElement
          extended by christophedelory.playlist.smil.AbstractTimingElement
              extended by christophedelory.playlist.smil.SequentialTimingElement
Direct Known Subclasses:
Body

public class SequentialTimingElement
extends AbstractTimingElement

A time container that defines a sequence of elements in which elements play one after the other.

Version:
$Revision: 90 $
Author:
Christophe Delory

Constructor Summary
SequentialTimingElement()
           
 
Method Summary
 void acceptDown(SmilVisitor visitor)
          Accepts the specified SMIL playlist visitor.
 
Methods inherited from class christophedelory.playlist.smil.AbstractTimingElement
addSmilElement, getSmilElements
 
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 christophedelory.playlist.smil.Core
getClassName, getId, getLang, getTitle, setClassName, setId, setLang, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequentialTimingElement

public SequentialTimingElement()
Method Detail

acceptDown

public void acceptDown(SmilVisitor visitor)
Description copied from class: AbstractSmilElement
Accepts the specified SMIL playlist visitor.

Overrides:
acceptDown in class AbstractTimingElement
Parameters:
visitor - a SMIL playlist visitor. Shall not be null.

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.