Uses of Class
net.sf.jasperreports.engine.JRPrintImageArea
-
Packages that use JRPrintImageArea Package Description net.sf.jasperreports.engine 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 JRPrintImageArea Modifier and Type Method Description JRPrintImageArea
JRPrintImageAreaHyperlink. getArea()
Returns the area of the image map component.Methods in net.sf.jasperreports.engine with parameters of type JRPrintImageArea Modifier and Type Method Description void
JRPrintImageAreaHyperlink. setArea(JRPrintImageArea area)
Sets the area of the image map component.Constructors in net.sf.jasperreports.engine with parameters of type JRPrintImageArea Constructor Description JRPrintImageAreaHyperlink(JRPrintImageArea area, JRPrintHyperlink hyperlink)
Creates an image area by specifying its attributes.
-