Uses of Class
org.apache.fop.render.intermediate.extensions.GoToXYAction
-
Packages that use GoToXYAction Package Description org.apache.fop.render.intermediate org.apache.fop.render.pdf PDF Renderer -
-
Uses of GoToXYAction in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that return GoToXYAction Modifier and Type Method Description private GoToXYActionIFRenderer. getGoToActionForID(java.lang.String targetID, int pageIndex)Methods in org.apache.fop.render.intermediate with parameters of type GoToXYAction Modifier and Type Method Description private voidIFRenderer. noteGoToPosition(GoToXYAction action, java.awt.Point position)private voidIFRenderer. noteGoToPosition(GoToXYAction action, PageViewport pv, java.awt.Point position) -
Uses of GoToXYAction in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type GoToXYAction Modifier and Type Method Description private voidPDFDocumentNavigationHandler. updateTargetLocation(PDFGoTo pdfGoTo, GoToXYAction action)
-