Lizzy v1.1.1

Uses of Class
christophedelory.playlist.smil.AbstractSmilElement

Packages that use AbstractSmilElement
christophedelory.playlist.smil SMIL, the Synchronized Multimedia Integration Language, is a W3C recommended XML markup language for describing multimedia presentations. 
 

Uses of AbstractSmilElement in christophedelory.playlist.smil
 

Subclasses of AbstractSmilElement in christophedelory.playlist.smil
 class AbstractTimingElement
          The base class of time containers.
 class Animation
          The animated vector graphics or other animated format.
 class Audio
          A media object element which allows including audio clip into a SMIL presentation.
 class Body
          Contains information that is related to the temporal and linking behavior of the document.
 class Brush
          Represents a lightweight media object element which allows an author to paint a solid color or other pattern in place of a media object.
 class ExclusiveTimingElement
          Defines a time container with semantics based upon par, but with the additional constraint that only one child element may play at any given time.
 class Image
          Represents an image media object, such as GIF, PNG, JPEG or RealPix.
 class ParallelTimingElement
          A time container, short for "parallel", defines a simple time grouping in which multiple elements can play back at the same time.
 class Reference
          Represents a generic media reference which allows to define the media objects elements.
 class SequentialTimingElement
          A time container that defines a sequence of elements in which elements play one after the other.
 class Text
          Represents the text reference media object.
 class TextStream
          Represents the media object which can define a text document that includes timing information for the purpose of time-dependent rendering of portions of the text document.
 class Video
          Represents the media object which can define a video clip.
 

Methods in christophedelory.playlist.smil that return AbstractSmilElement
 AbstractSmilElement AbstractSmilElement.getParent()
          Returns the parent of this element.
 

Methods in christophedelory.playlist.smil that return types with arguments of type AbstractSmilElement
 List<AbstractSmilElement> AbstractTimingElement.getSmilElements()
          Returns the list of SMIL elements (media objects, time containers and others) composing the SMIL presentation.
 

Methods in christophedelory.playlist.smil with parameters of type AbstractSmilElement
 void AbstractTimingElement.addSmilElement(AbstractSmilElement smilElement)
          Adds a SMIL element to this time container.
(package private)  void AbstractSmilElement.setParent(AbstractSmilElement parent)
          Initializes the parent of this element.
 


© 2008-2009 Christophe Delory

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