Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
Modifier and Type | Method and Description |
---|---|
PageSequenceLayoutManager |
LayoutManager.getPSLM()
Get the active PageSequenceLayoutManager instance for this
layout process.
|
PageSequenceLayoutManager |
AbstractLayoutManager.getPSLM()
Get the active PageSequenceLayoutManager instance for this
layout process.
|
PageSequenceLayoutManager |
ExternalDocumentLayoutManager.getPSLM()
Get the active PageSequenceLayoutManager instance for this
layout process.
|
PageSequenceLayoutManager |
PageSequenceLayoutManager.getPSLM()
Provides access to this object
|
PageSequenceLayoutManager |
LayoutManagerMaker.makePageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence ps)
Make a PageSequenceLayoutManager object.
|
PageSequenceLayoutManager |
LayoutManagerMapping.makePageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence ps) |
Constructor and Description |
---|
FlowLayoutManager(PageSequenceLayoutManager pslm,
Flow node)
This is the top level layout manager.
|
PageBreaker(PageSequenceLayoutManager pslm) |
StaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent node,
Block block)
Creates a new StaticContentLayoutManager.
|
StaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent node,
SideRegion reg)
Creates a new StaticContentLayoutManager.
|
Modifier and Type | Method and Description |
---|---|
PageSequenceLayoutManager |
ContentLayoutManager.getPSLM() |
Constructor and Description |
---|
ContentLayoutManager(PageSequenceLayoutManager pslm,
Title foTitle)
Constructor using a fo:title formatting object and its PageSequenceLayoutManager parent.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.