Class PDFElementMapping.PDFPagePieceElementMaker
- java.lang.Object
-
- org.apache.fop.fo.ElementMapping.Maker
-
- org.apache.fop.render.pdf.extensions.PDFElementMapping.PDFPagePieceElementMaker
-
- Enclosing class:
- PDFElementMapping
static class PDFElementMapping.PDFPagePieceElementMaker extends ElementMapping.Maker
-
-
Constructor Summary
Constructors Constructor Description PDFPagePieceElementMaker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FONode
make(FONode parent)
Creates a new FONode (or rather a specialized subclass of it).
-
-
-
Method Detail
-
make
public FONode make(FONode parent)
Description copied from class:ElementMapping.Maker
Creates a new FONode (or rather a specialized subclass of it).- Overrides:
make
in classElementMapping.Maker
- Parameters:
parent
- the parent FONode- Returns:
- the newly created FONode instance
-
-