Lizzy v1.1.1

Uses of Class
christophedelory.playlist.smil.RootLayout

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

Uses of RootLayout in christophedelory.playlist.smil
 

Subclasses of RootLayout in christophedelory.playlist.smil
 class TopLayout
          Determines the size of the window in which the SMIL presentation is rendered, as well as serving as a top level window in which to place child region elements.
 

Methods in christophedelory.playlist.smil that return RootLayout
 RootLayout Layout.getRootLayout()
          Returns the root layout defined in this layout.
 

Methods in christophedelory.playlist.smil with parameters of type RootLayout
 void SmilVisitor.beginVisitRootLayout(RootLayout target)
          Starts the visit of the specified root layout.
 void BaseSmilVisitor.beginVisitRootLayout(RootLayout target)
           
 void SmilVisitor.endVisitRootLayout(RootLayout target)
          Finishes the visit of the specified root layout element.
 void BaseSmilVisitor.endVisitRootLayout(RootLayout target)
           
 void Layout.setRootLayout(RootLayout rootLayout)
          Initializes the root layout associated to this layout.
 


© 2008-2009 Christophe Delory

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