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 GoToXYActionMethods in org.apache.fop.render.intermediate that return GoToXYActionModifier and TypeMethodDescriptionprivate GoToXYAction
IFRenderer.getGoToActionForID
(String targetID, int pageIndex) Methods in org.apache.fop.render.intermediate with parameters of type GoToXYActionModifier and TypeMethodDescriptionprivate void
IFRenderer.noteGoToPosition
(GoToXYAction action, Point position) private void
IFRenderer.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 void
PDFDocumentNavigationHandler.updateTargetLocation
(PDFGoTo pdfGoTo, GoToXYAction action)