Uses of Class
net.sf.jasperreports.engine.JRPrintImageArea
Packages that use JRPrintImageArea
Package
Description
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
-
Uses of JRPrintImageArea in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRPrintImageAreaModifier and TypeMethodDescriptionJRPrintImageAreaHyperlink.getArea()Returns the area of the image map component.Methods in net.sf.jasperreports.engine with parameters of type JRPrintImageAreaModifier and TypeMethodDescriptionvoidJRPrintImageAreaHyperlink.setArea(JRPrintImageArea area) Sets the area of the image map component.Constructors in net.sf.jasperreports.engine with parameters of type JRPrintImageAreaModifierConstructorDescriptionJRPrintImageAreaHyperlink(JRPrintImageArea area, JRPrintHyperlink hyperlink) Creates an image area by specifying its attributes.