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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JRPrintImageAreaHyperlink>
getImageAreaHyperlinks(Rectangle2D renderingArea)
Returns the list ofimage map areas
.boolean
hasImageAreaHyperlinks()
Indicates whether the renderer actually includes any image map areas.
-
-
-
Method Detail
-
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
JRPrintImageAreaHyperlink
instances. - 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
-
-