Package net.sf.jasperreports.renderers
Interface AreaHyperlinksRenderable
- All Known Implementing Classes:
AbstractSvgDataToGraphics2DRenderer,DrawChartRendererImpl,SimpleDataRenderer,SimpleRenderToImageAwareDataRenderer,WrappingSvgDataToGraphics2DRenderer
public interface AreaHyperlinksRenderable
Image renderer able to produce image maps.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptiongetImageAreaHyperlinks(Rectangle2D renderingArea) Returns the list ofimage map areas.booleanIndicates whether the renderer actually includes any image map areas.
-
Method Details
-
getImageAreaHyperlinks
List<JRPrintImageAreaHyperlink> getImageAreaHyperlinks(Rectangle2D renderingArea) throws JRException Returns the list ofimage map areas.- Parameters:
renderingArea- the area on which the image would be rendered- Returns:
- a list of
JRPrintImageAreaHyperlinkinstances. - Throws:
JRException
-
hasImageAreaHyperlinks
boolean hasImageAreaHyperlinks()Indicates whether the renderer actually includes any image map areas.- Returns:
- whether the renderer actually includes any image map areas
-