|
fop 0.93 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for all LayoutManager makers
Method Summary | |
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. |
Method Detail |
public void makeLayoutManagers(FONode node, java.util.List lms)
node
- the FO node for which the LayoutManagers are madelms
- the list to which the LayoutManagers are addedpublic LayoutManager makeLayoutManager(FONode node)
node
- the FO node for which the LayoutManagers are madejava.lang.IllegalStateException
- if not exactly one
LayoutManager is available for the requested nodepublic PageSequenceLayoutManager makePageSequenceLayoutManager(AreaTreeHandler ath, PageSequence ps)
ath
- the AreaTreeHandler object the PSLM interacts withps
- the fo:page-sequence object this PSLM will processpublic FlowLayoutManager makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
pslm
- the parent PageSequenceLayoutManager objectflow
- the fo:flow object this FLM will processpublic ContentLayoutManager makeContentLayoutManager(PageSequenceLayoutManager pslm, Title title)
pslm
- the parent PageSequenceLayoutManager objecttitle
- the fo:title object this CLM will processpublic StaticContentLayoutManager makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg)
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)
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.93 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |