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 classIFSerializerIFPainter implementation that serializes the intermediate format to XML.Methods in org.apache.fop.render.intermediate that return IFDocumentNavigationHandler Modifier and Type Method Description IFDocumentNavigationHandlerAbstractIFDocumentHandler. getDocumentNavigationHandler()Returns a document navigation handler if this feature is supported.IFDocumentNavigationHandlerIFDocumentHandler. getDocumentNavigationHandler()Returns a document navigation handler if this feature is supported.protected IFDocumentNavigationHandlerIFRenderer. getDocumentNavigationHandler()Returns the document navigation handler if available/supported.IFDocumentNavigationHandlerIFSerializer. 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 IFDocumentNavigationHandlerIFDocumentHandlerProxy. 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 IFDocumentNavigationHandlerJava2DDocumentHandler. 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 classPDFDocumentNavigationHandlerImplementation of theIFDocumentNavigationHandlerinterface for PDF output.Methods in org.apache.fop.render.pdf that return IFDocumentNavigationHandler Modifier and Type Method Description IFDocumentNavigationHandlerPDFDocumentHandler. getDocumentNavigationHandler()Returns a document navigation handler if this feature is supported.
-