Lizzy v1.1.1

Uses of Class
christophedelory.playlist.smil.Layout

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

Uses of Layout in christophedelory.playlist.smil
 

Methods in christophedelory.playlist.smil that return Layout
 Layout Head.getLayout()
          Returns the layout associated to this SMIL header.
 

Methods in christophedelory.playlist.smil with parameters of type Layout
 void SmilVisitor.beginVisitLayout(Layout target)
          Starts the visit of the specified layout.
 void BaseSmilVisitor.beginVisitLayout(Layout target)
           
 void SmilVisitor.endVisitLayout(Layout target)
          Finishes the visit of the specified layout.
 void BaseSmilVisitor.endVisitLayout(Layout target)
           
 void Head.setLayout(Layout layout)
          Initializes the layout associated to this SMIL header.
 


© 2008-2009 Christophe Delory

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