Uses of Package
net.sf.jasperreports.renderers
Packages that use net.sf.jasperreports.renderers
Package
Description
Contains classes for the built-in Barbecue component.
Contains classes for the built-in Barcode4J component.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
Contains classes for the built-in List component.
Contains classes for the built-in Spider Chart component.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Contains classes for drawing elements at export time.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Provides support for built-in JasperReports servlets.
Provides support for built-in JasperReports servlets.
Contains image renderer implementations.
Contains utility classes for working with image renderers.
Provides support for JasperReports viewer feature.
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.barbecueClassDescriptionThis interface is implemented by renderable objects that want to provide a dimension for the graphics they render, usually by also implementing the
Graphics2DRenderableinterface.This interface has a method calledGraphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D), which gets called by the engine each time it needs to draw the image on a given device or graphic context.Provides functionality for image rendering. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.barcode4j
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.charts.fill
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.charts.renderersClassDescriptionThis interface has a method called
Graphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D), which gets called by the engine each time it needs to draw the image on a given device or graphic context.Provides functionality for image rendering. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.charts.utilClassDescriptionImage renderer able to produce image maps.This interface has a method called
Graphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D), which gets called by the engine each time it needs to draw the image on a given device or graphic context.Provides functionality for image rendering. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.components.listClassDescriptionThis interface has a method called
Graphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D), which gets called by the engine each time it needs to draw the image on a given device or graphic context.Provides functionality for image rendering. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.components.spiderchart
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.engine
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.engine.base
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.engine.export
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.engine.export.draw
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.engine.export.oasis
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.engine.export.ooxml
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.engine.fill
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.j2ee.servlets
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.jakarta.servlets
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.pdf
-
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.pdf.classicClassDescriptionThis interface has a method called
Graphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D), which gets called by the engine each time it needs to draw the image on a given device or graphic context. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.pdf.commonClassDescriptionThis interface has a method called
Graphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D), which gets called by the engine each time it needs to draw the image on a given device or graphic context. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.renderersClassDescriptionSVG renderer implementation based on Batik.Image renderer able to produce image maps.The
DataRenderableinterface has a method calledDataRenderable.getData(JasperReportsContext), which gets called by the engine each time it needs the actual image data either to embed it directly into the exported documents, or to use it to draw the image or the graphic onto a device or graphic context.This interface is implemented by renderable objects that want to provide a dimension for the graphics they render, usually by also implementing theGraphics2DRenderableinterface.This interface has a method calledGraphics2DRenderable.render(JasperReportsContext, Graphics2D, Rectangle2D), which gets called by the engine each time it needs to draw the image on a given device or graphic context.Provides functionality for image rendering.This interface should be implemented by renderable object which want to benefit from better resolution and control the way the graphic context is created when they are converted to image data, during export to certain document formats.The is a default implementation for theDataRenderableinterface that wraps images that come from files or binary image data in JPG, GIF, or PNG format.This class a renderable implementation for wrapping SVG data. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.renderers.utilClassDescriptionThe
DataRenderableinterface has a method calledDataRenderable.getData(JasperReportsContext), which gets called by the engine each time it needs the actual image data either to embed it directly into the exported documents, or to use it to draw the image or the graphic onto a device or graphic context.Provides functionality for image rendering. -
Classes in net.sf.jasperreports.renderers used by net.sf.jasperreports.swingClassDescriptionImage renderer able to produce image maps.