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:
  • Constructor Details

    • 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 area
      hyperlink - the hyperlink information
  • Method Details

    • 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