Uses of Interface
net.sf.jasperreports.engine.JRAnchor
-
Packages that use JRAnchor Package Description 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.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 JRAnchor in net.sf.jasperreports.charts
Subinterfaces of JRAnchor 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 JRAnchor in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRAnchor Modifier and Type Class Description class
JRBaseChart
-
Uses of JRAnchor in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRAnchor Modifier and Type Class Description class
JRDesignChart
-
Uses of JRAnchor in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRAnchor Modifier and Type Class Description class
JRFillChart
class
JRFillChartForAxis
-
Uses of JRAnchor in net.sf.jasperreports.components.charts
Subinterfaces of JRAnchor in net.sf.jasperreports.components.charts Modifier and Type Interface Description interface
ChartSettings
Classes in net.sf.jasperreports.components.charts that implement JRAnchor Modifier and Type Class Description class
FillChartSettings
-
Uses of JRAnchor in net.sf.jasperreports.components.spiderchart
Classes in net.sf.jasperreports.components.spiderchart that implement JRAnchor Modifier and Type Class Description class
StandardChartSettings
-
Uses of JRAnchor in net.sf.jasperreports.engine
Subinterfaces of JRAnchor in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRImage
An abstract representation of a graphic element representing an image.interface
JRTextField
An abstract representation of a report text.Methods in net.sf.jasperreports.engine with parameters of type JRAnchor Modifier and Type Method Description void
JRExpressionCollector. collectAnchor(JRAnchor anchor)
-
Uses of JRAnchor in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRAnchor Modifier and Type Class Description 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 JRAnchor in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRAnchor Modifier and Type Class Description class
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.class
JRDesignTextField
-
Uses of JRAnchor in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRAnchor Modifier and Type Class Description class
JRFillImage
class
JRFillTextField
-