Uses of Class
org.apache.fop.render.intermediate.extensions.AbstractAction
Packages that use AbstractAction
Package
Description
PDF Renderer
-
Uses of AbstractAction in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type AbstractActionModifier and TypeMethodDescriptionvoid
IFDocumentNavigationHandler.addResolvedAction
(AbstractAction action) void
IFSerializer.addResolvedAction
(AbstractAction action) private void
IFSerializer.noteAction
(AbstractAction action) -
Uses of AbstractAction in org.apache.fop.render.intermediate.extensions
Subclasses of AbstractAction in org.apache.fop.render.intermediate.extensionsModifier and TypeClassDescriptionclass
Action class which represents a "go-to" action to an absolute coordinate on a page.class
Action class which represents a "URI" action, i.e.Fields in org.apache.fop.render.intermediate.extensions declared as AbstractActionModifier and TypeFieldDescriptionprivate AbstractAction
Bookmark.action
private AbstractAction
Link.action
private AbstractAction
NamedDestination.action
Methods in org.apache.fop.render.intermediate.extensions that return AbstractActionModifier and TypeMethodDescriptionReturns the action with the given ID.Bookmark.getAction()
Returns the action performed when the bookmark is clicked.Link.getAction()
Returns the action performed when the destination is selected.NamedDestination.getAction()
Returns the action performed when the destination is selected.private AbstractAction
ActionSet.normalize
(AbstractAction action) ActionSet.put
(AbstractAction action) Puts an action into the set and returns the normalized instance (another one if the given one is equal to another.Methods in org.apache.fop.render.intermediate.extensions with parameters of type AbstractActionModifier and TypeMethodDescriptionActionSet.generateNewID
(AbstractAction action) Generates a new synthetic ID for an action.abstract boolean
AbstractAction.isSame
(AbstractAction other) Indicates whether two action are equal.boolean
GoToXYAction.isSame
(AbstractAction other) Indicates whether two action are equal.boolean
URIAction.isSame
(AbstractAction other) Indicates whether two action are equal.private AbstractAction
ActionSet.normalize
(AbstractAction action) ActionSet.put
(AbstractAction action) Puts an action into the set and returns the normalized instance (another one if the given one is equal to another.void
Bookmark.setAction
(AbstractAction action) Sets the action performed when the bookmark is clicked.void
Link.setAction
(AbstractAction action) Sets the action performed when the destination is selected.void
NamedDestination.setAction
(AbstractAction action) Sets the action performed when the destination is selected.Constructors in org.apache.fop.render.intermediate.extensions with parameters of type AbstractActionModifierConstructorDescriptionBookmark
(String title, boolean show, AbstractAction action) Creates a new bookmark.Link
(AbstractAction action, Rectangle targetRect) Creates a new named destination.NamedDestination
(String name, AbstractAction action) Creates a new named destination. -
Uses of AbstractAction in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type AbstractActionModifier and TypeMethodDescriptionvoid
PDFDocumentNavigationHandler.addResolvedAction
(AbstractAction action) private PDFAction
PDFDocumentNavigationHandler.getAction
(AbstractAction action) private String
PDFDocumentNavigationHandler.getCompleteID
(AbstractAction action)