Package net.sf.jasperreports.engine
Class JRPrintImageAreaHyperlink
- java.lang.Object
-
- net.sf.jasperreports.engine.JRPrintImageAreaHyperlink
-
- All Implemented Interfaces:
Serializable
public class JRPrintImageAreaHyperlink extends Object implements Serializable
A component of an image map.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
AreaHyperlinksRenderable
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JRPrintImageAreaHyperlink()
Creates a blank image area.JRPrintImageAreaHyperlink(JRPrintImageArea area, JRPrintHyperlink hyperlink)
Creates an image area by specifying its attributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRPrintImageArea
getArea()
Returns the area of the image map component.JRPrintHyperlink
getHyperlink()
Returns the hyperlink information of the image map component.void
setArea(JRPrintImageArea area)
Sets the area of the image map component.void
setHyperlink(JRPrintHyperlink hyperlink)
Sets the hyperlink information of the image map component.
-
-
-
Constructor Detail
-
JRPrintImageAreaHyperlink
public JRPrintImageAreaHyperlink()
Creates a blank image area.
-
JRPrintImageAreaHyperlink
public JRPrintImageAreaHyperlink(JRPrintImageArea area, JRPrintHyperlink hyperlink)
Creates an image area by specifying its attributes.- Parameters:
area
- the areahyperlink
- the hyperlink information
-
-
Method Detail
-
getArea
public JRPrintImageArea getArea()
Returns the area of the image map component.- Returns:
- the area of the image map component
-
setArea
public void setArea(JRPrintImageArea area)
Sets the area of the image map component.- Parameters:
area
- the area
-
getHyperlink
public JRPrintHyperlink getHyperlink()
Returns the hyperlink information of the image map component.- Returns:
- the hyperlink information of the image map component
-
setHyperlink
public void setHyperlink(JRPrintHyperlink hyperlink)
Sets the hyperlink information of the image map component.- Parameters:
hyperlink
- the hyperlink information
-
-