Sven Reimers wrote:
Hi, What about things like com.sun.javafx.charts.ChartLayoutAnimator ? Actually there may not be too many users of this, but if you try to write your own axis implementation (e.g. LogarithmicAxis) you may need access to this - correct?
I'll let Jonathan answer this.
Should we revisit every possible extension point in JavaFX and make sure all necessary implementations can be accessed via javafx.* packages?
Yes. Although not all of them will be address in JDK 9, it will be helpful to know what they are and what the use case is.
-- Kevin
Thanks. Sven