Uses of Class
org.apache.fop.render.intermediate.extensions.GoToXYAction
Packages that use GoToXYAction
Package
Description
PDF Renderer
-
Uses of GoToXYAction in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate with type parameters of type GoToXYActionModifier and TypeFieldDescriptionprivate Map<String, GoToXYAction> IFParser.Handler.unresolvedIdsMethods in org.apache.fop.render.intermediate that return GoToXYActionModifier and TypeMethodDescriptionprivate GoToXYActionIFRenderer.getGoToActionForID(String targetID, int pageIndex) Methods in org.apache.fop.render.intermediate with parameters of type GoToXYActionModifier and TypeMethodDescriptionprivate voidIFRenderer.noteGoToPosition(GoToXYAction action, Point position) private voidIFRenderer.noteGoToPosition(GoToXYAction action, PageViewport pv, Point position) -
Uses of GoToXYAction in org.apache.fop.render.intermediate.extensions
Fields in org.apache.fop.render.intermediate.extensions with type parameters of type GoToXYActionModifier and TypeFieldDescriptionprivate Map<String, GoToXYAction> DocumentNavigationHandler.unresolvedIds -
Uses of GoToXYAction in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type GoToXYActionModifier and TypeMethodDescriptionprivate voidPDFDocumentNavigationHandler.updateTargetLocation(PDFGoTo pdfGoTo, GoToXYAction action)