fop 2.1

org.apache.fop.layoutmgr
Interface BreakOpportunity

All Known Implementing Classes:
BasicLinkLayoutManager, BidiLayoutManager, BlockContainerLayoutManager, BlockLayoutManager, FloatLayoutManager, FootnoteLayoutManager, InlineLayoutManager, InlineStackingLayoutManager, LineLayoutManager, ListItemContentLayoutManager, ListItemLayoutManager, TableLayoutManager

public interface BreakOpportunity

Defines methods to evaluate break opportunities at a particular location in the tree of layout managers.


Method Summary
 int getBreakBefore()
          Returns the highest priority break-before value on this layout manager or its relevant descendants.
 

Method Detail

getBreakBefore

int getBreakBefore()
Returns the highest priority break-before value on this layout manager or its relevant descendants.

Returns:
the break-before value (Constants.EN_*)

fop 2.1

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