Uses of Interface
org.apache.fop.render.intermediate.IFDocumentNavigationHandler
-
Packages that use IFDocumentNavigationHandler Package Description org.apache.fop.render.intermediate org.apache.fop.render.intermediate.extensions org.apache.fop.render.intermediate.util org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pdf PDF Renderer -
-
Uses of IFDocumentNavigationHandler in org.apache.fop.render.intermediate
Classes in org.apache.fop.render.intermediate that implement IFDocumentNavigationHandler Modifier and Type Class Description class
IFSerializer
IFPainter implementation that serializes the intermediate format to XML.Methods in org.apache.fop.render.intermediate that return IFDocumentNavigationHandler Modifier and Type Method Description IFDocumentNavigationHandler
AbstractIFDocumentHandler. getDocumentNavigationHandler()
Returns a document navigation handler if this feature is supported.IFDocumentNavigationHandler
IFDocumentHandler. getDocumentNavigationHandler()
Returns a document navigation handler if this feature is supported.protected IFDocumentNavigationHandler
IFRenderer. getDocumentNavigationHandler()
Returns the document navigation handler if available/supported.IFDocumentNavigationHandler
IFSerializer. getDocumentNavigationHandler()
Returns a document navigation handler if this feature is supported. -
Uses of IFDocumentNavigationHandler in org.apache.fop.render.intermediate.extensions
Constructors in org.apache.fop.render.intermediate.extensions with parameters of type IFDocumentNavigationHandler Constructor Description DocumentNavigationHandler(IFDocumentNavigationHandler navHandler, java.util.Map<java.lang.String,StructureTreeElement> structureTreeElements)
Main constructor. -
Uses of IFDocumentNavigationHandler in org.apache.fop.render.intermediate.util
Methods in org.apache.fop.render.intermediate.util that return IFDocumentNavigationHandler Modifier and Type Method Description IFDocumentNavigationHandler
IFDocumentHandlerProxy. getDocumentNavigationHandler()
Returns a document navigation handler if this feature is supported. -
Uses of IFDocumentNavigationHandler in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that return IFDocumentNavigationHandler Modifier and Type Method Description IFDocumentNavigationHandler
Java2DDocumentHandler. getDocumentNavigationHandler()
-
Uses of IFDocumentNavigationHandler in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement IFDocumentNavigationHandler Modifier and Type Class Description class
PDFDocumentNavigationHandler
Implementation of theIFDocumentNavigationHandler
interface for PDF output.Methods in org.apache.fop.render.pdf that return IFDocumentNavigationHandler Modifier and Type Method Description IFDocumentNavigationHandler
PDFDocumentHandler. getDocumentNavigationHandler()
Returns a document navigation handler if this feature is supported.
-