Package org.apache.fop.layoutmgr
Interface PageBreakingAlgorithm.PageBreakingLayoutListener
-
- Enclosing class:
- PageBreakingAlgorithm
public static interface PageBreakingAlgorithm.PageBreakingLayoutListenerInterface to notify about layout events during page breaking.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyOverflow(int part, int amount, FObj obj)Issued when an overflow is detected
-
-
-
Method Detail
-
notifyOverflow
void notifyOverflow(int part, int amount, FObj obj)Issued when an overflow is detected- Parameters:
part- the number of the part (page) this happens onamount- the amount by which the area overflows (in mpt)obj- the root FO object where this happens
-
-