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 | Field and Description |
---|---|
protected PageSequenceLayoutManager |
AbstractBreaker.pslm |
Modifier and Type | Method and Description |
---|---|
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 |
LayoutManager.getPSLM()
Get the active PageSequenceLayoutManager instance for this
layout process.
|
PageSequenceLayoutManager |
LayoutManagerMaker.makePageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence ps)
Make a PageSequenceLayoutManager object.
|
PageSequenceLayoutManager |
LayoutManagerMapping.makePageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence ps)
Make a PageSequenceLayoutManager object.
|
Modifier and Type | Method and Description |
---|---|
ContentLayoutManager |
LayoutManagerMaker.makeContentLayoutManager(PageSequenceLayoutManager pslm,
Title title)
Make a ContentLayoutManager object.
|
ContentLayoutManager |
LayoutManagerMapping.makeContentLayoutManager(PageSequenceLayoutManager pslm,
Title title)
Make a ContentLayoutManager object.
|
FlowLayoutManager |
LayoutManagerMaker.makeFlowLayoutManager(PageSequenceLayoutManager pslm,
Flow flow)
Make a FlowLayoutManager object.
|
FlowLayoutManager |
LayoutManagerMapping.makeFlowLayoutManager(PageSequenceLayoutManager pslm,
Flow flow)
Make a FlowLayoutManager object.
|
StaticContentLayoutManager |
LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
Block block)
Make a StaticContentLayoutManager object for a footnote-separator.
|
StaticContentLayoutManager |
LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
Block block)
Make a StaticContentLayoutManager object for a footnote-separator.
|
StaticContentLayoutManager |
LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
SideRegion reg)
Make a StaticContentLayoutManager object.
|
StaticContentLayoutManager |
LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
SideRegion reg)
Make a StaticContentLayoutManager object.
|
Constructor and Description |
---|
FlowLayoutManager(PageSequenceLayoutManager pslm,
Flow node)
This is the top level layout manager.
|
PageBreaker(PageSequenceLayoutManager pslm)
Construct page breaker.
|
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()
Get the active PageSequenceLayoutManager instance for this
layout process.
|
Constructor and Description |
---|
ContentLayoutManager(PageSequenceLayoutManager pslm,
Title foTitle)
Constructor using a fo:title formatting object and its PageSequenceLayoutManager parent.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.