Uses of Interface
net.sf.jasperreports.engine.PrintParts
-
Packages that use PrintParts 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.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurations -
-
Uses of PrintParts in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return PrintParts Modifier and Type Method Description PrintPartsJasperPrint. getParts()Returns a list of all parts in the filled report. -
Uses of PrintParts in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement PrintParts Modifier and Type Class Description classStandardPrintParts -
Uses of PrintParts in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return PrintParts Modifier and Type Method Description PrintPartsReadOnlyPartJasperPrint. getParts()
-