You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/05/10 13:42:19 UTC

cvs commit: xml-fop/src/java/org/apache/fop/area PageSet.java PageListElement.java PageSetElement.java PageList.java

pbwest      2004/05/10 04:42:19

  Added:       src/java/org/apache/fop/area Tag: FOP_0-20-0_Alt-Design
                        PageSet.java PageListElement.java
                        PageSetElement.java PageList.java
  Log:
  Support for PageLists and PageSets.
  A PageList is a sequence of pages in the process of
  being laid out from within an fo:page-sequence.  The
  list is made up of items implementing the PageListElement
  interface; Pages and PageSets.
  A PageSet is a set of items implementing the
  PageSetElement interface; Pages and PageLists.  It
  represents a set of layout attempts, rooted at the same
  point in the FO tree, and with a common Page predecessor
  (if any).  That is, it hold a set of parallel layout attempts,
  which may be individual Pages or PageLists.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.1   +101 -0    xml-fop/src/java/org/apache/fop/area/Attic/PageSet.java
  
  
  
  
  1.1.2.1   +29 -0     xml-fop/src/java/org/apache/fop/area/Attic/PageListElement.java
  
  
  
  
  1.1.2.1   +29 -0     xml-fop/src/java/org/apache/fop/area/Attic/PageSetElement.java
  
  
  
  
  1.1.2.1   +100 -0    xml-fop/src/java/org/apache/fop/area/Attic/PageList.java
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org