Package org.bootchart.renderer
package org.bootchart.renderer
Provides chart image renderers for various formats.
-
ClassesClassDescriptionCSSInliner enables inlining of a CSS file into an SVG document.EPSRenderer renders the boot chart as an EPS (encapsulated postscript) image.ImageRenderer renders the boot chart as a Java 2D
BufferedImage.PNGRenderer renders the boot chart as a PNG image.Renderable is a common interface for different boot chart renderers.PNGRenderer renders the boot chart as a PNG image.