Class NamedDestination

java.lang.Object
org.apache.fop.render.intermediate.extensions.NamedDestination

public class NamedDestination extends Object
This class is a named destination element for use in the intermediate format.
  • Constructor Details

    • NamedDestination

      public NamedDestination(String name, AbstractAction action)
      Creates a new named destination.
      Parameters:
      name - the destination's name
      action - the action performed when the destination is selected
  • Method Details

    • getName

      public String getName()
      Returns the destination's name.
      Returns:
      the name
    • getAction

      public AbstractAction getAction()
      Returns the action performed when the destination is selected.
      Returns:
      the action
    • setAction

      public void setAction(AbstractAction action)
      Sets the action performed when the destination is selected.
      Parameters:
      action - the action