java.lang.Object
org.sejda.sambox.pdmodel.interactive.action.PDActionFactory
This class will take a dictionary and determine which type of action to create.
- Author:
- Ben Litchfield
-
Method Summary
Modifier and TypeMethodDescriptionstatic PDActioncreateAction(COSDictionary action) This will create the correct type of action based on the type specified in the dictionary.
-
Method Details
-
createAction
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.
-