Interface JRHyperlinkTargetProducer


public interface JRHyperlinkTargetProducer
A simple hyperlink target generator that can be used to handle custom hyperlink targets.

The generator produces Strings which should be used as hyperlink targets.

Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates the String hyperlink target for a hyperlink instance.
  • Method Details

    • getHyperlinkTarget

      String getHyperlinkTarget(JRPrintHyperlink hyperlink)
      Generates the String hyperlink target for a hyperlink instance.
      Parameters:
      hyperlink - the hyperlink instance
      Returns:
      the genereated String hyperlink target