Re: GraphicsContext and export to vector format files

2020-11-02 Thread David Gilbert
I would totally support this request from Bruce. I’ve implemented a number of libraries (JFreeSVG, OrsonPDF, FXGraphics2D and SWTGraphics2D) on top of the Graphics2D API, as have others. The Java2D engineers got this right back in 1999! All it needs is an API (interface) that users can code

Re: Font metrics in JavaFX Canvas

2017-12-05 Thread David Gilbert
Any feedback on this item? Best regards, David Gilbert > On 30 Nov 2017, at 08:26, David Gilbert <d...@jfree.org> wrote: > > Hello, > > I have an open source project FXGraphics2D [1] that provides a Graphics2D API > for the JavaFX canvas. It is open source and used t

Font metrics in JavaFX Canvas

2017-11-29 Thread David Gilbert
/browse/JDK-8090775 <https://bugs.openjdk.java.net/browse/JDK-8090775> Best regards, David Gilbert [1] https://github.com/jfree/fxgraphics2d <https://github.com/jfree/fxgraphics2d> [2] https://github.com/jfree/jfreechart-fx <https://github.com/jfree/jfreechart-fx> [3]

Re: Occasional Canvas Error (stacktrace)

2016-11-02 Thread David Gilbert
I had something similar reported for JFreeChart running on JavaFX - see this thread: http://www.jfree.org/forum/viewtopic.php?f=3=117577 In the end it seems to have been caused by UI calls coming from another thread, so you should check if your code is doing this. Best regards, David Gilbert

Re: SplitPane layout question

2014-12-23 Thread David Gilbert
Maybe related to this bug: https://javafx-jira.kenai.com/browse/RT-38851 Best regards, David Gilbert http://www.jfree.org/ On 22 Dec 2014, at 13:19, Scott Palmer swpal...@gmail.com wrote: The min/max sizes of the children are probably being respected. Scott On Dec 22, 2014, at 7:13 AM

Re: JavaFX Canvas misses API to set dashed line stroke

2014-07-28 Thread David Gilbert
, David Gilbert wrote: Hello, I have created a small open source library that provides a bridge from Java2D to the JavaFX Canvas: https://github.com/jfree/fxgraphics2d Unfortunately I have so far not been able to support dashed lines, since the GraphicsContext from the JavaFX Canvas

JavaFX Canvas misses API to set dashed line stroke

2014-07-22 Thread David Gilbert
Hello, I have created a small open source library that provides a bridge from Java2D to the JavaFX Canvas: https://github.com/jfree/fxgraphics2d Unfortunately I have so far not been able to support dashed lines, since the GraphicsContext from the JavaFX Canvas doesn't provide any API to set