FXGraphics2D 1.1 [was FXGraphics2D 1.0]

A discussion forum for FXGraphics2D (adds a Java2D API to the JavaFX Canvas).
Locked
david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

FXGraphics2D 1.1 [was FXGraphics2D 1.0]

Post by david.gilbert » Mon May 19, 2014 7:31 am

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:

Image

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: FXGraphics2D 1.0

Post by david.gilbert » Wed Jul 30, 2014 9:57 pm

FXGraphics2D 1.1 has been released today. From the README file:

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).
The files are now also on the Central Repository:

Code: Select all

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>fxgraphics2d</artifactId>
    <version>1.1</version>
</dependency>
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked