Package net.sf.jasperreports.charts.util
Class XYChartHyperlinkProvider
- java.lang.Object
-
- net.sf.jasperreports.charts.util.XYChartHyperlinkProvider
-
- All Implemented Interfaces:
Serializable
,ChartHyperlinkProvider
public class XYChartHyperlinkProvider extends Object implements ChartHyperlinkProvider
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XYChartHyperlinkProvider(Map<Comparable<?>,Map<Pair,JRPrintHyperlink>> itemHyperlinks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRPrintHyperlink
getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
boolean
hasHyperlinks()
-
-
-
Constructor Detail
-
XYChartHyperlinkProvider
public XYChartHyperlinkProvider(Map<Comparable<?>,Map<Pair,JRPrintHyperlink>> itemHyperlinks)
-
-
Method Detail
-
getEntityHyperlink
public JRPrintHyperlink getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
- Specified by:
getEntityHyperlink
in interfaceChartHyperlinkProvider
-
hasHyperlinks
public boolean hasHyperlinks()
- Specified by:
hasHyperlinks
in interfaceChartHyperlinkProvider
-
-