Package | Description |
---|---|
net.sf.jasperreports.components.spiderchart | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.export |
Provides utility classes for exporting reports to various popular formats.
|
net.sf.jasperreports.engine.export.draw | |
net.sf.jasperreports.engine.export.oasis | |
net.sf.jasperreports.engine.export.ooxml | |
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).
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FillSpiderChart.copy(JRPrintImage printImage) |
Modifier and Type | Method and Description |
---|---|
void |
PrintElementVisitor.visit(JRPrintImage image,
T arg)
Visits a print image.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintImage |
Modifier and Type | Method and Description |
---|---|
protected void |
JRVirtualPrintPage.InternalizationElementVisitor.restoreRenderer(JRPrintImage image) |
protected void |
JRVirtualPrintPage.setExternalizationRenderer(JRPrintImage image) |
Modifier and Type | Method and Description |
---|---|
static JRPrintImage |
JRXhtmlExporter.getImage(java.util.List jasperPrintList,
JRPrintElementIndex imageIndex) |
static JRPrintImage |
JRHtmlExporter.getImage(java.util.List jasperPrintList,
JRPrintElementIndex imageIndex) |
static JRPrintImage |
JRXhtmlExporter.getImage(java.util.List jasperPrintList,
java.lang.String imageName) |
static JRPrintImage |
JRHtmlExporter.getImage(java.util.List jasperPrintList,
java.lang.String imageName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXhtmlExporter.exportImage(JRPrintImage image) |
protected void |
JRRtfExporter.exportImage(JRPrintImage printImage)
Export a image object
|
protected void |
JRPdfExporter.exportImage(JRPrintImage printImage) |
protected void |
JRXmlExporter.exportImage(JRPrintImage image) |
protected void |
JRHtmlExporter.exportImage(JRPrintImage image,
JRExporterGridCell gridCell) |
protected void |
JRXlsExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected void |
JExcelApiExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
int col,
int row,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected abstract void |
JRXlsAbstractExporter.exportImage(JRPrintImage image,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
protected void |
JRPdfExporterTagHelper.startImage(JRPrintImage printImage) |
protected void |
JRXhtmlExporter.writeImageMap(java.lang.String imageMapName,
JRPrintImage image,
java.util.List imageMapAreas) |
protected void |
JRHtmlExporter.writeImageMap(java.lang.String imageMapName,
JRPrintImage image,
java.util.List imageMapAreas) |
Modifier and Type | Method and Description |
---|---|
void |
ImageDrawer.draw(java.awt.Graphics2D grx,
JRPrintImage printImage,
int offsetX,
int offsetY) |
void |
PrintDrawVisitor.visit(JRPrintImage image,
Offset offset) |
Modifier and Type | Method and Description |
---|---|
static JRPrintImage |
JROpenDocumentExporter.getImage(java.util.List jasperPrintList,
JRPrintElementIndex imageIndex) |
static JRPrintImage |
JROpenDocumentExporter.getImage(java.util.List jasperPrintList,
java.lang.String imageName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JROdtExporter.exportImage(TableBuilder tableBuilder,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected void |
JROdsExporter.exportImage(TableBuilder tableBuilder,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected abstract void |
JROpenDocumentExporter.exportImage(TableBuilder tableBuilder,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected float |
JROpenDocumentExporter.getXAlignFactor(JRPrintImage image) |
protected float |
JROpenDocumentExporter.getYAlignFactor(JRPrintImage image) |
Modifier and Type | Method and Description |
---|---|
static JRPrintImage |
JRXlsxExporter.getImage(java.util.List jasperPrintList,
JRPrintElementIndex imageIndex) |
static JRPrintImage |
JRPptxExporter.getImage(java.util.List jasperPrintList,
JRPrintElementIndex imageIndex) |
static JRPrintImage |
JRDocxExporter.getImage(java.util.List jasperPrintList,
JRPrintElementIndex imageIndex) |
static JRPrintImage |
JRXlsxExporter.getImage(java.util.List jasperPrintList,
java.lang.String imageName) |
static JRPrintImage |
JRPptxExporter.getImage(java.util.List jasperPrintList,
java.lang.String imageName) |
static JRPrintImage |
JRDocxExporter.getImage(java.util.List jasperPrintList,
java.lang.String imageName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDocxExporter.exportImage(DocxTableHelper tableHelper,
JRPrintImage image,
JRExporterGridCell gridCell) |
protected void |
JRPptxExporter.exportImage(JRPrintImage image) |
protected void |
JRXlsxExporter.exportImage(JRPrintImage image,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout) |
Modifier and Type | Class and Description |
---|---|
class |
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.
|
class |
JRTemplatePrintImage
Implementation of
JRPrintImage that uses
a JRTemplateImage instance to
store common attributes. |
Modifier and Type | Method and Description |
---|---|
JRPrintImage |
JRFillContext.getLoadedImage(java.lang.Object source)
Gets a cached image.
|
Modifier and Type | Method and Description |
---|---|
void |
JRVirtualizationContext.cacheRenderer(JRPrintImage image)
Caches an image renderer.
|
protected void |
JRFillChart.copy(JRPrintImage printImage) |
protected void |
JRFillImage.copy(JRPrintImage printImage) |
void |
JRFillContext.registerLoadedImage(java.lang.Object source,
JRPrintImage image)
Registers an image loaded from a source.
|
Modifier and Type | Method and Description |
---|---|
void |
JRPrintImageSourceObject.setPrintImage(JRPrintImage printImage) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com