Class JRPrintImageAreaHyperlink

  • All Implemented Interfaces:
    java.io.Serializable

    public class JRPrintImageAreaHyperlink
    extends java.lang.Object
    implements java.io.Serializable
    A component of an image map.
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    See Also:
    AreaHyperlinksRenderable, Serialized Form
    • 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 area
        hyperlink - 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