Lizzy v1.1.1

Uses of Class
christophedelory.playlist.smil.Region

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

Uses of Region in christophedelory.playlist.smil
 

Methods in christophedelory.playlist.smil that return Region
 Region Layout.findRegionById(String regionId)
          Returns the first region found with the specified identifier.
 

Methods in christophedelory.playlist.smil that return types with arguments of type Region
 List<Region> TopLayout.getRegions()
          Returns the list of regions defined in this top layout.
 List<Region> Region.getRegions()
          Returns the list of regions defined in this region.
 List<Region> Layout.getRegions()
          Returns the list of regions defined in this layout.
 

Methods in christophedelory.playlist.smil with parameters of type Region
 void TopLayout.addRegion(Region region)
          Adds a region to this top layout.
 void Region.addRegion(Region region)
          Adds a region to this region.
 void Layout.addRegion(Region region)
          Adds a region to this layout.
 void SmilVisitor.beginVisitRegion(Region target)
          Starts the visit of the specified region.
 void BaseSmilVisitor.beginVisitRegion(Region target)
           
 void SmilVisitor.endVisitRegion(Region Region)
          Finishes the visit of the specified Region element.
 void BaseSmilVisitor.endVisitRegion(Region Region)
           
 


© 2008-2009 Christophe Delory

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