| |
|
| java.lang.Object net.sf.jasperreports.engine.JRPrintImageAreaHyperlink
JRPrintImageAreaHyperlink | public class JRPrintImageAreaHyperlink (Code) | | A component of an image map.
author: Lucian Chirita (lucianc@users.sourceforge.net) version: $Id: JRPrintImageAreaHyperlink.java 1364 2006-08-31 15:13:20Z lucianc $ See Also: JRImageMapRenderer |
JRPrintImageAreaHyperlink | public JRPrintImageAreaHyperlink()(Code) | | Creates a blank image area.
|
JRPrintImageAreaHyperlink | public JRPrintImageAreaHyperlink(JRPrintImageArea area, JRPrintHyperlink hyperlink)(Code) | | Creates an image area by specifying its attributes.
Parameters: area - the area Parameters: hyperlink - the hyperlink information |
getArea | public JRPrintImageArea getArea()(Code) | | Returns the area of the image map component.
the area of the image map component |
getHyperlink | public JRPrintHyperlink getHyperlink()(Code) | | Returns the hyperlink information of the image map component.
the hyperlink information of the image map component |
setArea | public void setArea(JRPrintImageArea area)(Code) | | Sets the area of the image map component.
Parameters: area - the area |
setHyperlink | public void setHyperlink(JRPrintHyperlink hyperlink)(Code) | | Sets the hyperlink information of the image map component.
Parameters: hyperlink - the hyperlink information |
|
|
|