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.intermediate.extensions org.apache.fop.render.pdf PDF Renderer -
-
Uses of GoToXYAction in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate with type parameters of type GoToXYAction Modifier and Type Field Description private java.util.Map<java.lang.String,GoToXYAction>
IFParser.Handler. unresolvedIds
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.intermediate.extensions
Fields in org.apache.fop.render.intermediate.extensions with type parameters of type GoToXYAction Modifier and Type Field Description private java.util.Map<java.lang.String,GoToXYAction>
DocumentNavigationHandler. unresolvedIds
-
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)
-