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 |
notifyOverflow
public void notifyOverflow(int part,
FObj obj)
- Issued when an overflow is detected
- Parameters:
part
- the number of the part (page) this happens onobj
- the root FO object where this happens
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.