Uses of Class
net.sf.jasperreports.engine.export.draw.PrintDrawVisitor
-
Packages that use PrintDrawVisitor 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. -
-
Uses of PrintDrawVisitor in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as PrintDrawVisitor Modifier and Type Field Description protected PrintDrawVisitor
JRGraphics2DExporter. drawVisitor
Methods in net.sf.jasperreports.engine.export that return PrintDrawVisitor Modifier and Type Method Description PrintDrawVisitor
JRGraphics2DExporter. getDrawVisitor()
-
Uses of PrintDrawVisitor in net.sf.jasperreports.engine.export.draw
Fields in net.sf.jasperreports.engine.export.draw declared as PrintDrawVisitor Modifier and Type Field Description protected PrintDrawVisitor
DrawVisitor. drawVisitor
Methods in net.sf.jasperreports.engine.export.draw that return PrintDrawVisitor Modifier and Type Method Description PrintDrawVisitor
FrameDrawer. getDrawVisitor()
Constructors in net.sf.jasperreports.engine.export.draw with parameters of type PrintDrawVisitor Constructor Description FrameDrawer(JRGraphics2DExporterContext exporterContext, ExporterFilter filter, PrintDrawVisitor drawVisitor)
FrameDrawer(JasperReportsContext jasperReportsContext, ExporterFilter filter, PrintDrawVisitor drawVisitor)
-