Interface | Description |
---|---|
AreaHyperlinksRenderable |
Image renderer able to produce image maps.
|
DataRenderable |
The
DataRenderable interface has a method called
DataRenderable.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. |
DimensionRenderable |
This interface is implemented by renderable objects that want to provide a dimention for the graphics they render,
usually by also implementing the
Graphics2DRenderable interface. |
Graphics2DRenderable |
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. |
Renderable |
Provides functionality for image rendering.
|
RenderToImageAwareRenderable |
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.
|
Copyright © 2017. All rights reserved.