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

public class Link extends Object
This class is a link element for use in the intermediate format.
  • Constructor Details

    • Link

      public Link(AbstractAction action, Rectangle targetRect)
      Creates a new named destination.
      Parameters:
      action - the action performed when the destination is selected
      targetRect - the target rectangle (coordinates in millipoints)
  • Method Details

    • getAction

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

      public Rectangle getTargetRect()
      Returns the target rectangle, i.e. the hot zone in which the link is activated.
      Returns:
      the target rectangle
    • setAction

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