public interface JRImageMapRenderer extends JRRenderable
IMAGE_TYPE_GIF, IMAGE_TYPE_JPEG, IMAGE_TYPE_PNG, IMAGE_TYPE_TIFF, IMAGE_TYPE_UNKNOWN, MIME_TYPE_GIF, MIME_TYPE_JPEG, MIME_TYPE_PNG, MIME_TYPE_TIFF, TYPE_IMAGE, TYPE_SVG| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getImageAreaHyperlinks(java.awt.geom.Rectangle2D renderingArea)
Deprecated.
Replaced by
renderWithHyperlinks(Graphics2D, Rectangle2D) |
boolean |
hasImageAreaHyperlinks()
Indicates whether the renderer actually includes any image map areas.
|
java.util.List |
renderWithHyperlinks(java.awt.Graphics2D grx,
java.awt.geom.Rectangle2D rectangle)
Returns the list of
image map areas. |
getDimension, getId, getImageData, getImageType, getType, renderjava.util.List getImageAreaHyperlinks(java.awt.geom.Rectangle2D renderingArea)
throws JRException
renderWithHyperlinks(Graphics2D, Rectangle2D)image map areas.renderingArea - the area on which the image would be renderedJRPrintImageAreaHyperlink instances.JRExceptionboolean hasImageAreaHyperlinks()
java.util.List renderWithHyperlinks(java.awt.Graphics2D grx,
java.awt.geom.Rectangle2D rectangle)
throws JRException
image map areas.rectangle - the area on which the image would be renderedJRPrintImageAreaHyperlink instances.JRException© 2001-2010 Jaspersoft Corporation www.jaspersoft.com