Lizzy v1.1.1

Uses of Class
christophedelory.playlist.smil.Head

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

Uses of Head in christophedelory.playlist.smil
 

Methods in christophedelory.playlist.smil that return Head
 Head Smil.getHeader()
          Returns the header of this SMIL presentation, if any.
 

Methods in christophedelory.playlist.smil with parameters of type Head
 void SmilVisitor.beginVisitHead(Head target)
          Starts the visit of the specified header.
 void BaseSmilVisitor.beginVisitHead(Head target)
           
 void SmilVisitor.endVisitHead(Head target)
          Finishes the visit of the specified head element.
 void BaseSmilVisitor.endVisitHead(Head target)
           
 void Smil.setHeader(Head header)
          Initializes the header of this SMIL presentation.
 


© 2008-2009 Christophe Delory

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