Package net.sf.jasperreports.charts.util
Class CategoryChartHyperlinkProvider
- java.lang.Object
-
- net.sf.jasperreports.charts.util.CategoryChartHyperlinkProvider
-
- All Implemented Interfaces:
Serializable
,ChartHyperlinkProvider
public class CategoryChartHyperlinkProvider extends Object implements ChartHyperlinkProvider
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CategoryChartHyperlinkProvider(Map<Comparable<?>,Map<Comparable<?>,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
-
CategoryChartHyperlinkProvider
public CategoryChartHyperlinkProvider(Map<Comparable<?>,Map<Comparable<?>,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
-
-