FXGraphics2D 2.1 API
FXGraphics2D is a bridge from Java2D to JavaFX that translates Java2D
calls (to the
Graphics2D API) into the equivalent calls to the
GraphicsContext of a JavaFX Canvas. It has been developed
to provide JavaFX support in Orson Charts
and JFreeChart.
More Information Please visit http://www.jfree.org/fxgraphics2d/index.html for the latest information about FXGraphics2D.
| Module | Description |
|---|---|
| org.jfree.fxgraphics2d |
This module exports the
FXGraphics2D class and
supporting classes and interfaces. |