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 GoToXYAction
IFRenderer. 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 void
IFRenderer. noteGoToPosition(GoToXYAction action, java.awt.Point position)
private void
IFRenderer. 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 void
PDFDocumentNavigationHandler. updateTargetLocation(PDFGoTo pdfGoTo, GoToXYAction action)
-