We are pleased to announce the availability of FXGraphics2D 1.0, an implementation of the Graphics2D API that targets a JavaFX Canvas. This library has been created to provide JavaFX support in Orson Charts and JFreeChart. We welcome all feedback.
Here is a screenshot of Orson Charts running with this Graphics2D implementation:
FXGraphics2D 1.1 [was FXGraphics2D 1.0]
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: FXGraphics2D 1.0
FXGraphics2D 1.1 has been released today. From the README file:
The files are now also on the Central Repository:
Code: Select all
30-Jul-2014 : Version 1.1
- fix clipping so that combined plots in JFreeChart work correctly;
- observe KEY_STROKE_CONTROL rendering hint for lines and rectangles (used to sharpen gridlines and borders in JFreeChart);
- adjust fontRenderContext so that glyph positioning is more precise for TextLayout;
- add clearRect() call in the JFreeChart demo;
- add Maven support (pom.xml).
Code: Select all
<dependency>
<groupId>org.jfree</groupId>
<artifactId>fxgraphics2d</artifactId>
<version>1.1</version>
</dependency>
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program