SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.galley.RegionArea

Packages that use RegionArea
org.axsl.galley Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document. 
 

Uses of RegionArea in org.axsl.galley
 

Methods in org.axsl.galley that return RegionArea
 RegionArea Page.getRegionAfter()
          Returns the region-after for this page.
 RegionArea Page.getRegionBefore()
          Returns the region-before for this page.
 RegionArea Page.getRegionEnd()
          Returns the region-end for this page.
 RegionArea Page.getRegionStart()
          Returns the region-start for this page.
 

Methods in org.axsl.galley that return types with arguments of type RegionArea
 java.util.Collection<? extends RegionArea> Page.getRegionBodies()
          Returns the region-body for this page.
 

Methods in org.axsl.galley with parameters of type RegionArea
 void RenderVisitor.render(RegionArea area)
          Renders a RegionArea.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.