Class PageFlowLayout

All Implemented Interfaces:
LayoutManager, FlowContext

public class PageFlowLayout extends BlockFlowLayout
A block layout which requires no FlowContext to perform its layout. This class is used by FlowPage.

WARNING: This class is not intended to be subclassed by clients.

  • Constructor Details

    • PageFlowLayout

      public PageFlowLayout(FlowPage page)
      Creates a new PageFlowLayout with the given FlowPage
      Parameters:
      page - the FlowPage