org.pdfbox.pdmodel.interactive.action
Class PDActionFactory
java.lang.Object
org.pdfbox.pdmodel.interactive.action.PDActionFactory
- public class PDActionFactory
- extends Object
This class will take a dictionary and determine which type of action to create.
- Version:
- $Revision: 1.5 $
- Author:
- Ben Litchfield
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createAction
public static PDAction createAction(COSDictionary action)
- This will create the correct type of action based on the type specified
in the dictionary.
- Parameters:
action
- An action dictionary.
- Returns:
- An action of the correct type.