fop 1.0

Uses of Class
org.apache.fop.render.intermediate.extensions.AbstractAction

Packages that use AbstractAction
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
 void IFSerializer.addResolvedAction(AbstractAction action)
          
 void IFDocumentNavigationHandler.addResolvedAction(AbstractAction action)
           
 

Uses of AbstractAction in org.apache.fop.render.intermediate.extensions
 

Subclasses of AbstractAction in org.apache.fop.render.intermediate.extensions
 class GoToXYAction
          Action class which represents a "go-to" action to an absolute coordinate on a page.
 class URIAction
          Action class which represents a "URI" action, i.e.
 

Methods in org.apache.fop.render.intermediate.extensions that return AbstractAction
 AbstractAction ActionSet.get(java.lang.String id)
          Returns the action with the given ID.
 AbstractAction 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.
 AbstractAction NamedDestination.getAction()
          Returns the action performed when the destination is selected.
 AbstractAction Bookmark.getAction()
          Returns the action performed when the bookmark is clicked.
 AbstractAction Link.getAction()
          Returns the action performed when the destination is selected.
 

Methods in org.apache.fop.render.intermediate.extensions with parameters of type AbstractAction
 boolean GoToXYAction.isSame(AbstractAction other)
          Indicates whether two action are equal. Note: this is not the same as Object.equals(Object)!
 java.lang.String ActionSet.generateNewID(AbstractAction action)
          Generates a new synthetic ID for an action.
 AbstractAction 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 NamedDestination.setAction(AbstractAction action)
          Sets the action performed when the destination is selected.
 void Bookmark.setAction(AbstractAction action)
          Sets the action performed when the bookmark is clicked.
abstract  boolean AbstractAction.isSame(AbstractAction other)
          Indicates whether two action are equal.
 void Link.setAction(AbstractAction action)
          Sets the action performed when the destination is selected.
 boolean URIAction.isSame(AbstractAction other)
          Indicates whether two action are equal. Note: this is not the same as Object.equals(Object)!
 

Constructors in org.apache.fop.render.intermediate.extensions with parameters of type AbstractAction
NamedDestination(java.lang.String name, AbstractAction action)
          Creates a new named destination.
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.
 

Uses of AbstractAction in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type AbstractAction
 void PDFDocumentNavigationHandler.addResolvedAction(AbstractAction action)
          
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.