Rather than try to hack around the exposure of the internal ImageLoader APIs, given the relatively small amount of glue
code in that package it might be easier for them to reimplement the glue to use WritableImage...
...jim
On 10/11/16 5:36 AM, Kevin Rushforth wrote:
As for you other question, unless they use public API they will no longer work.
Applications can export internal
packages via a command line switch, but it is quite fragile and not likely to
work from release to release.
-- Kevin
Cirujano Cuesta, Diego wrote:
Hi all,
I was wondering why there is no javafx support to svg, is there any reason? I
found nice the solution from codecentric
interesting: https://github.com/codecentric/javafxsvg. But it uses
com.sun.javafx.iio.ImageFormatDescription,
com.sun.javafx.iio.ImageLoader, com.sun.javafx.iio.ImageStorage and
com.sun.javafx.iio.ImageLoaderFactory. in openjfx9
is still there in com.sun... What's going to happen to these classes in Java 9?
Is there strategy about providing ways
to use them?
Thanks!
Diego