Package | Description |
---|---|
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 | Field and Description |
---|---|
protected PrintDrawVisitor |
JRGraphics2DExporter.drawVisitor |
Modifier and Type | Method and Description |
---|---|
PrintDrawVisitor |
JRGraphics2DExporter.getDrawVisitor() |
Modifier and Type | Field and Description |
---|---|
protected PrintDrawVisitor |
DrawVisitor.drawVisitor |
Modifier and Type | Method and Description |
---|---|
PrintDrawVisitor |
FrameDrawer.getDrawVisitor() |
Constructor and Description |
---|
FrameDrawer(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
PrintDrawVisitor drawVisitor) |
FrameDrawer(JRGraphics2DExporterContext exporterContext,
ExporterFilter filter,
PrintDrawVisitor drawVisitor) |
Copyright © 2016. All rights reserved.