|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.layoutmgr.LayoutManagerMapping
The default LayoutManager maker class
Field Summary | |
protected static org.apache.commons.logging.Log |
log
logging instance |
Constructor Summary | |
LayoutManagerMapping()
|
Method Summary | |
protected void |
initialize()
Initializes the set of maker objects associated with this LayoutManagerMapping |
ContentLayoutManager |
makeContentLayoutManager(PageSequenceLayoutManager pslm,
Title title)
Make a ContentLayoutManager object. |
FlowLayoutManager |
makeFlowLayoutManager(PageSequenceLayoutManager pslm,
Flow flow)
Make a FlowLayoutManager object. |
LayoutManager |
makeLayoutManager(FONode node)
Make a specific LayoutManager for the node. |
void |
makeLayoutManagers(FONode node,
java.util.List lms)
Make LayoutManagers for the node and add them to the list lms. |
PageSequenceLayoutManager |
makePageSequenceLayoutManager(AreaTreeHandler ath,
PageSequence ps)
Make a PageSequenceLayoutManager object. |
StaticContentLayoutManager |
makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
Block block)
Make a StaticContentLayoutManager object for a footnote-separator. |
StaticContentLayoutManager |
makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
SideRegion reg)
Make a StaticContentLayoutManager object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.commons.logging.Log log
Constructor Detail |
public LayoutManagerMapping()
Method Detail |
protected void initialize()
public void makeLayoutManagers(FONode node, java.util.List lms)
LayoutManagerMaker
makeLayoutManagers
in interface LayoutManagerMaker
LayoutManagerMaker.makeLayoutManagers(FONode, List)
public LayoutManager makeLayoutManager(FONode node)
LayoutManagerMaker
makeLayoutManager
in interface LayoutManagerMaker
LayoutManagerMaker.makeLayoutManager(FONode)
public PageSequenceLayoutManager makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)
LayoutManagerMaker
makePageSequenceLayoutManager
in interface LayoutManagerMaker
org.apache.fop.layoutmgr.LayoutManagerMaker
ath
- the AreaTreeHandler object the PSLM interacts withps
- the fo:page-sequence object this PSLM will processpublic FlowLayoutManager makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
LayoutManagerMaker
makeFlowLayoutManager
in interface LayoutManagerMaker
org.apache.fop.layoutmgr.LayoutManagerMaker
pslm
- the parent PageSequenceLayoutManager objectflow
- the fo:flow object this FLM will processpublic ContentLayoutManager makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)
LayoutManagerMaker
makeContentLayoutManager
in interface LayoutManagerMaker
org.apache.fop.layoutmgr.LayoutManagerMaker
pslm
- the parent PageSequenceLayoutManager objecttitle
- the fo:title object this CLM will processpublic StaticContentLayoutManager makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
LayoutManagerMaker
makeStaticContentLayoutManager
in interface LayoutManagerMaker
org.apache.fop.layoutmgr.LayoutManagerMaker
pslm
- the parent PageSequenceLayoutManager objectsc
- the fo:static-content object this SCLM will processreg
- the side region indicating where the static content
needs to be processed.public StaticContentLayoutManager makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)
LayoutManagerMaker
makeStaticContentLayoutManager
in interface LayoutManagerMaker
org.apache.fop.layoutmgr.LayoutManagerMaker
pslm
- the parent PageSequenceLayoutManager objectsc
- the fo:static-content object this SCLM will processblock
- the Block area this SCLM must add its areas to
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |