Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.map |
Contains classes for the built-in Google Map component.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.engine.export.draw |
Contains classes for drawing elements at export time.
|
Modifier and Type | Method and Description |
---|---|
void |
IconLabelElementGraphics2DHandler.exportElement(JRGraphics2DExporterContext exporterContext,
JRGenericPrintElement element,
Graphics2D grx,
Offset offset) |
Modifier and Type | Method and Description |
---|---|
void |
MapElementGraphics2DHandler.exportElement(JRGraphics2DExporterContext exporterContext,
JRGenericPrintElement element,
Graphics2D grx,
Offset offset) |
Modifier and Type | Method and Description |
---|---|
void |
GenericElementGraphics2DHandler.exportElement(JRGraphics2DExporterContext context,
JRGenericPrintElement element,
Graphics2D grx,
Offset offset)
Exports a generic element.
|
Modifier and Type | Method and Description |
---|---|
protected Offset |
DrawVisitor.elementOffset(JRElement element) |
Modifier and Type | Method and Description |
---|---|
void |
PrintDrawVisitor.visit(JRGenericPrintElement printElement,
Offset offset) |
void |
PrintDrawVisitor.visit(JRPrintEllipse ellipse,
Offset offset) |
void |
PrintDrawVisitor.visit(JRPrintFrame frame,
Offset offset) |
void |
PrintDrawVisitor.visit(JRPrintImage image,
Offset offset) |
void |
PrintDrawVisitor.visit(JRPrintLine line,
Offset offset) |
void |
PrintDrawVisitor.visit(JRPrintRectangle rectangle,
Offset offset) |
void |
PrintDrawVisitor.visit(JRPrintText textElement,
Offset offset) |
Copyright © 2017. All rights reserved.