Class SimpleRenderToImageAwareDataRenderer

All Implemented Interfaces:
Serializable, AreaHyperlinksRenderable, DataRenderable, Renderable, RenderToImageAwareRenderable

public class SimpleRenderToImageAwareDataRenderer extends AbstractRenderToImageAwareRenderer implements DataRenderable, AreaHyperlinksRenderable
This class a renderable implementation for wrapping SVG data. It is better suited for SVG data then the SimpleDataRenderer because it it allows providing additional information about required resolution of the graphic, when converted to and image, as the engine needs to do that for certain document formats at export time.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also: