org.apache.fop.layout
Class AreaTree

java.lang.Object
  |
  +--org.apache.fop.layout.AreaTree

public class AreaTree
extends java.lang.Object


Constructor Summary
AreaTree(StreamRenderer streamRenderer)
           
 
Method Summary
 void addExtension(ExtensionObj obj)
           
 void addPage(Page page)
           
 FontInfo getFontInfo()
           
 IDReferences getIDReferences()
           
 Page getNextPage(Page current, boolean isWithinPageSequence, boolean isFirstCall)
           
 Page getPreviousPage(Page current, boolean isWithinPageSequence, boolean isFirstCall)
           
 void setFontInfo(FontInfo fontInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaTree

public AreaTree(StreamRenderer streamRenderer)
Method Detail

setFontInfo

public void setFontInfo(FontInfo fontInfo)

getFontInfo

public FontInfo getFontInfo()

getNextPage

public Page getNextPage(Page current,
                        boolean isWithinPageSequence,
                        boolean isFirstCall)

getPreviousPage

public Page getPreviousPage(Page current,
                            boolean isWithinPageSequence,
                            boolean isFirstCall)

addPage

public void addPage(Page page)
             throws FOPException

getIDReferences

public IDReferences getIDReferences()

addExtension

public void addExtension(ExtensionObj obj)


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.