Uses of Class
org.apache.fop.render.intermediate.extensions.AbstractAction
-
Packages that use AbstractAction Package Description org.apache.fop.render.intermediate org.apache.fop.render.intermediate.extensions org.apache.fop.render.pdf PDF Renderer -
-
Uses of AbstractAction in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type AbstractAction Modifier and Type Method Description voidIFDocumentNavigationHandler. addResolvedAction(AbstractAction action)voidIFSerializer. addResolvedAction(AbstractAction action) -
Uses of AbstractAction in org.apache.fop.render.intermediate.extensions
Subclasses of AbstractAction in org.apache.fop.render.intermediate.extensions Modifier and Type Class Description classGoToXYActionAction class which represents a "go-to" action to an absolute coordinate on a page.classURIActionAction class which represents a "URI" action, i.e.Methods in org.apache.fop.render.intermediate.extensions that return AbstractAction Modifier and Type Method Description AbstractActionActionSet. get(java.lang.String id)Returns the action with the given ID.AbstractActionBookmark. getAction()Returns the action performed when the bookmark is clicked.AbstractActionLink. getAction()Returns the action performed when the destination is selected.AbstractActionNamedDestination. getAction()Returns the action performed when the destination is selected.AbstractActionActionSet. 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 AbstractAction Modifier and Type Method Description java.lang.StringActionSet. generateNewID(AbstractAction action)Generates a new synthetic ID for an action.abstract booleanAbstractAction. isSame(AbstractAction other)Indicates whether two action are equal.booleanGoToXYAction. isSame(AbstractAction other)Indicates whether two action are equal.booleanURIAction. isSame(AbstractAction other)Indicates whether two action are equal.AbstractActionActionSet. put(AbstractAction action)Puts an action into the set and returns the normalized instance (another one if the given one is equal to another.voidBookmark. setAction(AbstractAction action)Sets the action performed when the bookmark is clicked.voidLink. setAction(AbstractAction action)Sets the action performed when the destination is selected.voidNamedDestination. setAction(AbstractAction action)Sets the action performed when the destination is selected.Constructors in org.apache.fop.render.intermediate.extensions with parameters of type AbstractAction Constructor Description Bookmark(java.lang.String title, boolean show, AbstractAction action)Creates a new bookmark.Link(AbstractAction action, java.awt.Rectangle targetRect)Creates a new named destination.NamedDestination(java.lang.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 AbstractAction Modifier and Type Method Description voidPDFDocumentNavigationHandler. addResolvedAction(AbstractAction action)
-