FXGraphics2D (a Java2D to JavaFX Canvas bridge)

David Gilbert dave at jfree.org
Wed May 21 08:50:45 UTC 2014


Hello,

To add JavaFX support to JFreeChart (http://www.jfree.org/jfreechart) and Orson Charts (http://www.object-refinery.com/orsoncharts), which are both Java2D-based, I have written a Graphics2D implementation that targets the JavaFX Canvas.  This is potentially useful to other people with existing Java2D code, so I put the code on GitHub (under a BSD-style license):

https://github.com/jfree/fxgraphics2d 

The code is in good working shape (try the demos and see for yourself) but has not been widely tested yet.  Your feedback will be very welcome.

Best regards,

David Gilbert
http://www.jfree.org


More information about the openjfx-dev mailing list