public class JRPrintImageAreaHyperlink extends Object implements Serializable
AreaHyperlinksRenderable,
Serialized Form| Constructor and Description |
|---|
JRPrintImageAreaHyperlink()
Creates a blank image area.
|
JRPrintImageAreaHyperlink(JRPrintImageArea area,
JRPrintHyperlink hyperlink)
Creates an image area by specifying its attributes.
|
| Modifier and Type | Method and 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.
|
public JRPrintImageAreaHyperlink()
public JRPrintImageAreaHyperlink(JRPrintImageArea area, JRPrintHyperlink hyperlink)
area - the areahyperlink - the hyperlink informationpublic JRPrintImageArea getArea()
public void setArea(JRPrintImageArea area)
area - the areapublic JRPrintHyperlink getHyperlink()
public void setHyperlink(JRPrintHyperlink hyperlink)
hyperlink - the hyperlink informationCopyright © 2017. All rights reserved.