Uses of Class
net.sf.jasperreports.renderers.RenderersCache
-
Packages that use RenderersCache 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.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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.pdf net.sf.jasperreports.renderers.util Contains utility classes for working with image renderers.net.sf.jasperreports.swing Provides support for JasperReports viewer feature. -
-
Uses of RenderersCache in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as RenderersCache Modifier and Type Field Description protected RenderersCache
ExcelAbstractExporter. renderersCache
protected RenderersCache
HtmlExporter. renderersCache
protected RenderersCache
JRRtfExporter. renderersCache
protected RenderersCache
JRXmlExporter. renderersCache
Methods in net.sf.jasperreports.engine.export that return RenderersCache Modifier and Type Method Description protected RenderersCache
JRGraphics2DExporter. getRenderersCache()
-
Uses of RenderersCache in net.sf.jasperreports.engine.export.draw
Constructors in net.sf.jasperreports.engine.export.draw with parameters of type RenderersCache Constructor Description ImageDrawer(JasperReportsContext jasperReportsContext, RenderersCache renderersCache)
PrintDrawVisitor(JRGraphics2DExporterContext exporterContext, ExporterFilter filter, RenderersCache renderersCache, boolean minimizePrinterJobSize, boolean ignoreMissingFont, boolean defaultIndentFirstLine, boolean defaultJustifyLastLine)
PrintDrawVisitor(JasperReportsContext jasperReportsContext, RenderersCache renderersCache, boolean minimizePrinterJobSize, boolean ignoreMissingFont, boolean defaultIndentFirstLine, boolean defaultJustifyLastLine)
-
Uses of RenderersCache in net.sf.jasperreports.engine.export.oasis
Fields in net.sf.jasperreports.engine.export.oasis declared as RenderersCache Modifier and Type Field Description protected RenderersCache
DocumentBuilder. renderersCache
Methods in net.sf.jasperreports.engine.export.oasis that return RenderersCache Modifier and Type Method Description protected RenderersCache
DocumentBuilder. getRenderersCache()
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type RenderersCache Modifier and Type Method Description protected String
DocumentBuilder. getImagePath(Renderable renderer, Dimension dimension, Color backcolor, JRExporterGridCell gridCell, RenderersCache imageRenderersCache)
-
Uses of RenderersCache in net.sf.jasperreports.engine.export.ooxml
Fields in net.sf.jasperreports.engine.export.ooxml declared as RenderersCache Modifier and Type Field Description protected RenderersCache
JRDocxExporter. renderersCache
protected RenderersCache
JRPptxExporter. renderersCache
-
Uses of RenderersCache in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return RenderersCache Modifier and Type Method Description RenderersCache
JRFillContext. getRenderersCache()
-
Uses of RenderersCache in net.sf.jasperreports.pdf
Fields in net.sf.jasperreports.pdf declared as RenderersCache Modifier and Type Field Description protected RenderersCache
JRPdfExporter. renderersCache
-
Uses of RenderersCache in net.sf.jasperreports.renderers.util
Methods in net.sf.jasperreports.renderers.util with parameters of type RenderersCache Modifier and Type Method Description DataRenderable
RendererUtil. getImageDataRenderable(RenderersCache renderersCache, Renderable renderer, Dimension dimension, Color backcolor)
-
Uses of RenderersCache in net.sf.jasperreports.swing
Fields in net.sf.jasperreports.swing declared as RenderersCache Modifier and Type Field Description protected RenderersCache
JRViewerController. renderersCache
Methods in net.sf.jasperreports.swing that return RenderersCache Modifier and Type Method Description protected RenderersCache
JRViewerController. getRenderersCache()
-