org.apache.fop.layoutmgr

Interface PageBreakingAlgorithm.PageBreakingLayoutListener

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 Details

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

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