SourceForge.net Logo
aXSL API 0.1

Uses of Class
org.axsl.areaW.AreaWException

Packages that use AreaWException
org.axsl.areaW Interfaces useful in the creation of an AreaTree. 
org.axsl.layout Interfaces useful in laying out an FO Tree into an Area Tree. 
 

Uses of AreaWException in org.axsl.areaW
 

Methods in org.axsl.areaW that throw AreaWException
 void PageCollection.padPagesAtBeginning()
          Creates any blank pages that are needed at the beginning of a PageCollection to meet the related PageSequence's constraints.
 void PageCollection.padPagesAtEnd()
          Creates any blank pages that are needed at the end of a PageCollection to meet the related PageSequence's constraints.
 PageArea PageCollection.getNextPage(boolean forceOdd, boolean forceEven, boolean isBlank)
          Creates a new page area for the given parameters.
 SpanRA PageCollection.startingReferenceArea(FObj lastFObj, FObj nextFObj)
          Finds or creates the SpanRA instance in which nextFObj should start being laid out.
 void PageArea.layoutComplete()
          Allows a layout system to notify the page that it is done adding content to it.
 LineArea NormalBlockArea.createNextLineArea(boolean allowOverflow)
          Creates a LineArea that logically follows the last child of this.
 NormalFlowRA MainRA.getNextWritableArea(FObj fo)
          Depending on the column-count of the next FO, determine whether a new span area needs to be constructed or not, and return the appropriate NormalFlowArea.
 

Uses of AreaWException in org.axsl.layout
 

Methods in org.axsl.layout that throw AreaWException
 void Layout.formatPageSequence(PageCollection pageCollection)
          Lays out content by creating the needed content in the given PageCollection to satisfy the PageCollection's cousin PageSequence in the FOTree.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.