Package net.sf.jasperreports.renderers
Interface AreaHyperlinksRenderable
-
- All Known Subinterfaces:
ImageMapRenderable
- All Known Implementing Classes:
AbstractSvgDataToGraphics2DRenderer,BatikRenderer,DrawChartRenderer,DrawChartRendererImpl,JRSimpleImageMapRenderer,SimpleDataRenderer,SimpleRenderToImageAwareDataRenderer,WrappingDataToGraphics2DRenderer,WrappingImageMapRenderable,WrappingSvgDataToGraphics2DRenderer
public interface AreaHyperlinksRenderableImage 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.booleanhasImageAreaHyperlinks()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
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
-
-