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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHyperlinkTarget(JRPrintHyperlink hyperlink)
Generates the String hyperlink target for a hyperlink instance.
-
-
-
Method Detail
-
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
-
-