| 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.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).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedChartCustomizer
Interface that represents a
JRChartCustomizer that is assigned
a name after being instantiated using the default empty constructor. |
| Modifier and Type | Class and Description |
|---|---|
class |
JRAbstractChartCustomizer
Abstract implementation of
JRChartCustomizer that provides
access to parameter, variable and field values. |
| Modifier and Type | Field and Description |
|---|---|
protected List<JRChartCustomizer> |
JRFillChart.chartCustomizers |
| Modifier and Type | Method and Description |
|---|---|
protected JRChartCustomizer |
JRFillChart.createAndInitCustomizer(String customizerClassName,
String customizerName) |
Copyright © 2017. All rights reserved.