fop 0.93

org.apache.fop.layoutmgr
Interface PageBreakingAlgorithm.PageBreakingLayoutListener

Enclosing class:
org.apache.fop.layoutmgr.PageBreakingAlgorithm

public static interface PageBreakingAlgorithm.PageBreakingLayoutListener

Interface to notify about layout events during page breaking.


Method Summary
 void notifyOverflow(int part, FObj obj)
          Issued when an overflow is detected
 

Method Detail

notifyOverflow

public void notifyOverflow(int part,
                           FObj obj)
Issued when an overflow is detected
Parameters:
part - the number of the part (page) this happens on
obj - the root FO object where this happens

fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.