Module org.jfree.svg

JFreeSVG is a Java module that enables the generation of Scalable Vector Graphics (SVG) output via the standard Java2D API. For example, the following chart is created with JFreeChart and rendered with JFreeSVG:

FlowPlotDemo2.svg

The project is hosted at GitHub: https://github.com/jfree/jfreesvg.
See Also:
https://jfree.github.io/jfreechart-and-opencsv/
  • Packages

    Exports
    Package Description
    org.jfree.svg
    Contains SVGGraphics2D and supporting classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format.