fop 1.0

Uses of Interface
org.apache.fop.render.intermediate.IFDocumentNavigationHandler

Packages that use IFDocumentNavigationHandler
org.apache.fop.render.intermediate   
org.apache.fop.render.intermediate.extensions   
org.apache.fop.render.intermediate.util   
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
 class IFSerializer
          IFPainter implementation that serializes the intermediate format to XML.
 

Methods in org.apache.fop.render.intermediate that return IFDocumentNavigationHandler
 IFDocumentNavigationHandler AbstractIFDocumentHandler.getDocumentNavigationHandler()
          Returns a document navigation handler if this feature is supported.
 IFDocumentNavigationHandler IFSerializer.getDocumentNavigationHandler()
          Returns a document navigation handler if this feature is supported.
protected  IFDocumentNavigationHandler IFRenderer.getDocumentNavigationHandler()
          Returns the document navigation handler if available/supported.
 IFDocumentNavigationHandler IFDocumentHandler.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
DocumentNavigationHandler(IFDocumentNavigationHandler navHandler)
          Main constructor.
 

Uses of IFDocumentNavigationHandler in org.apache.fop.render.intermediate.util
 

Methods in org.apache.fop.render.intermediate.util that return IFDocumentNavigationHandler
 IFDocumentNavigationHandler IFDocumentHandlerProxy.getDocumentNavigationHandler()
          Returns a document navigation handler if this feature is supported.
 

Uses of IFDocumentNavigationHandler in org.apache.fop.render.pdf
 

Classes in org.apache.fop.render.pdf that implement IFDocumentNavigationHandler
 class PDFDocumentNavigationHandler
          Implementation of the IFDocumentNavigationHandler interface for PDF output.
 

Methods in org.apache.fop.render.pdf that return IFDocumentNavigationHandler
 IFDocumentNavigationHandler PDFDocumentHandler.getDocumentNavigationHandler()
          Returns a document navigation handler if this feature is supported.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.