Package org.apache.fop.layoutmgr
Class BreakOpportunityHelper
- java.lang.Object
-
- org.apache.fop.layoutmgr.BreakOpportunityHelper
-
public final class BreakOpportunityHelper extends java.lang.Object
Helper implementations of theBreakOpportunity
methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getBreakBefore(AbstractLayoutManager layoutManager)
Returns the break opportunity before the given layout manager.
-
-
-
Method Detail
-
getBreakBefore
public static int getBreakBefore(AbstractLayoutManager layoutManager)
Returns the break opportunity before the given layout manager. There is a break opportunity if the LM's FO has the break-before property set, or if there is a break opportunity before its first child LM.- Returns:
- the break-before value (Constants.EN_*)
-
-