| Package | Description |
|---|---|
| net.sf.jasperreports.components.barbecue |
Contains classes for the built-in Barbecue component.
|
| net.sf.jasperreports.components.barcode4j |
Contains classes for the built-in Barcode4J component.
|
| net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
| net.sf.jasperreports.components.list |
Contains classes for the built-in List component.
|
| net.sf.jasperreports.components.map.fill |
Contains fill time implementations for Google Map component related interfaces.
|
| net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
| net.sf.jasperreports.components.spiderchart |
Contains classes for the built-in Spider Chart component.
|
| net.sf.jasperreports.components.table |
Contains classes for the built-in Table component.
|
| net.sf.jasperreports.engine.component |
Provides interfaces and base classes for the built-in JasperReports component functionality.
|
| 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 | Method and Description |
|---|---|
FillComponent |
BarbecueFillFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
BarcodeFillFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
IconLabelComponentFillFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
JRFillCloneable |
IconLabelComponentFill.createClone(JRFillCloneFactory factory) |
| Constructor and Description |
|---|
IconLabelComponentFill(IconLabelComponent iconLabelComponent,
JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
FillListFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
JRFillCloneable |
FillListContents.createClone(JRFillCloneFactory factory) |
| Constructor and Description |
|---|
FillListContents(FillListContents fillListContents,
JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
MapFillFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
SortComponentFillFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
JRFillCloneable |
SortComponentFill.createClone(JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
SpiderChartFillFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
JRFillCloneable |
FillSpiderChart.createClone(JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
FillTableFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
FillComponent |
ComponentFillFactory.cloneFillComponent(FillComponent component,
JRFillCloneFactory factory)
Creates a clone of a fill component.
|
Copyright © 2014. All rights reserved.