Class AFPElementMapping.AFPIncludePageSegmentMaker
- java.lang.Object
-
- org.apache.fop.fo.ElementMapping.Maker
-
- org.apache.fop.render.afp.extensions.AFPElementMapping.AFPIncludePageSegmentMaker
-
- Enclosing class:
- AFPElementMapping
static class AFPElementMapping.AFPIncludePageSegmentMaker extends ElementMapping.Maker
-
-
Constructor Summary
Constructors Constructor Description AFPIncludePageSegmentMaker()
-
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
-
-