FXGraphics2D - A bridge from Java2D to JavaFX
Join the DZone community and get the full member experience.
Join For Freefxgraphics2d is a free implementation of the graphics2d api that targets the javafx canvas. the code has been developed for the use of orson charts ( http://www.object-refinery.com/orsoncharts/ ) and jfreechart ( http://www.jfree.org/jfreechart ). the home page for the project is:
http://www.jfree.org/fxgraphics2d/
fxgraphics2d requires jdk 1.8.0 or later and is licensed under the terms of a (three clause) bsd-style license.
the screenshot below shows the orson charts demo on javafx, which uses fxgraphics2d for rendering to a javafx canvas:
Opinions expressed by DZone contributors are their own.
Comments