Uses of Interface
net.sf.jasperreports.engine.JREvaluation
-
Packages that use JREvaluation Package Description net.sf.jasperreports.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.sort net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.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.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of JREvaluation in net.sf.jasperreports.barbecue
Subinterfaces of JREvaluation in net.sf.jasperreports.barbecue Modifier and Type Interface Description interface
BarbecueComponent
Classes in net.sf.jasperreports.barbecue that implement JREvaluation Modifier and Type Class Description class
StandardBarbecueComponent
-
Uses of JREvaluation in net.sf.jasperreports.barcode4j
Classes in net.sf.jasperreports.barcode4j that implement JREvaluation Modifier and Type Class Description class
Barcode4jComponent
class
BarcodeComponent
class
CodabarComponent
class
Code128Component
class
Code39Component
class
DataMatrixComponent
class
EAN128Component
class
EAN13Component
class
EAN8Component
class
FourStateBarcodeComponent
class
Interleaved2Of5Component
class
PDF417Component
class
POSTNETComponent
class
QRCodeComponent
Contains the main settings for the QRCode componentclass
RoyalMailCustomerComponent
class
UPCAComponent
class
UPCEComponent
class
USPSIntelligentMailComponent
-
Uses of JREvaluation in net.sf.jasperreports.charts
Subinterfaces of JREvaluation in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRChart
Implementations of this interface can be used for rendering chart components. -
Uses of JREvaluation in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JREvaluation Modifier and Type Class Description class
JRBaseChart
-
Uses of JREvaluation in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JREvaluation Modifier and Type Class Description class
JRDesignChart
-
Uses of JREvaluation in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JREvaluation Modifier and Type Class Description class
JRFillChart
class
JRFillChartForAxis
-
Uses of JREvaluation in net.sf.jasperreports.components.charts
Subinterfaces of JREvaluation in net.sf.jasperreports.components.charts Modifier and Type Interface Description interface
ChartComponent
-
Uses of JREvaluation in net.sf.jasperreports.components.map
Subinterfaces of JREvaluation in net.sf.jasperreports.components.map Modifier and Type Interface Description interface
MapComponent
The Map component interface.Classes in net.sf.jasperreports.components.map that implement JREvaluation Modifier and Type Class Description class
StandardMapComponent
-
Uses of JREvaluation in net.sf.jasperreports.components.sort
Classes in net.sf.jasperreports.components.sort that implement JREvaluation Modifier and Type Class Description class
SortComponent
-
Uses of JREvaluation in net.sf.jasperreports.components.spiderchart
Classes in net.sf.jasperreports.components.spiderchart that implement JREvaluation Modifier and Type Class Description class
SpiderChartComponent
-
Uses of JREvaluation in net.sf.jasperreports.engine
Subinterfaces of JREvaluation in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRGenericElement
A "generic" report element that will produce ageneric print element
in the generated report.interface
JRImage
An abstract representation of a graphic element representing an image.interface
JRTextField
An abstract representation of a report text. -
Uses of JREvaluation in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JREvaluation Modifier and Type Class Description class
JRBaseGenericElement
A read-only implementation ofJRGenericElement
that is included in compiled reports.class
JRBaseImage
The actual implementation of a graphic element representing an image.class
JRBaseTextField
This class is used for representing a text field. -
Uses of JREvaluation in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JREvaluation Modifier and Type Class Description class
JRDesignGenericElement
A implementation ofJRGenericElement
that is to be used at report design time.class
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.class
JRDesignTextField
-
Uses of JREvaluation in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JREvaluation Modifier and Type Class Description class
JRFillGenericElement
AJRGenericElement
used during report fill.class
JRFillImage
class
JRFillTextField
-