FXGraphics2D is a bridge from Java2D to JavaFX that translates Java2D calls (to the {@code Graphics2D} API) into the equivalent calls to the {@code GraphicsContext} of a JavaFX {@code Canvas}. It has been developed to provide JavaFX support in Orson Charts and JFreeChart.

More Information Please visit https://github.com/jfree/fxgraphics2d for the latest information about FXGraphics2D.