Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
Modifier and Type | Method and Description |
---|---|
void |
AreaTreeHandler.endExternalDocument(ExternalDocument document)
Process the end of the external-document extension.
|
void |
AreaTreeHandler.startExternalDocument(ExternalDocument document)
Process the start of the external-document extension.
|
Modifier and Type | Method and Description |
---|---|
void |
FOEventHandler.endExternalDocument(ExternalDocument document)
Process the end of the external-document extension.
|
void |
FOEventHandler.startExternalDocument(ExternalDocument document)
Process the start of the external-document extension.
|
Modifier and Type | Method and Description |
---|---|
protected ExternalDocument |
ExternalDocumentLayoutManager.getExternalDocument() |
Modifier and Type | Method and Description |
---|---|
ExternalDocumentLayoutManager |
LayoutManagerMaker.makeExternalDocumentLayoutManager(AreaTreeHandler ath,
ExternalDocument ed)
Make a ExternalDocumentLayoutManager object for the fox:external-document extension.
|
ExternalDocumentLayoutManager |
LayoutManagerMapping.makeExternalDocumentLayoutManager(AreaTreeHandler ath,
ExternalDocument ed) |
Constructor and Description |
---|
ExternalDocumentLayoutManager(AreaTreeHandler ath,
ExternalDocument document)
Constructor
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.