Uses of Interface
net.sf.jasperreports.engine.JREvaluation
-
Packages that use JREvaluation 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.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.engine
Subinterfaces of JREvaluation in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRChartImplementations of this interface can be used for rendering chart components.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRTextFieldAn 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 classJRBaseChartclassJRBaseImageThe actual implementation of a graphic element representing an image.classJRBaseTextFieldThis 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 classJRDesignChartclassJRDesignImageThe actual implementation of a graphic element representing an image, used at design time.classJRDesignTextField -
Uses of JREvaluation in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JREvaluation Modifier and Type Class Description classJRFillChartclassJRFillImageclassJRFillTextField
-