Re: Usage of internal API's in charts

2015-08-25 Thread Sven Reimers
The reason this haas not shown up is that nobody has tried to extends charts maybe... Will think more about and try to file bugs Sven On Tue, Aug 25, 2015 at 10:24 PM, Jonathan Giles wrote: > > Hi, >>> >>> What about things like >>> >>> com.sun.javafx.charts.ChartLayoutAnimator ? >>> >>> Actua

Re: Usage of internal API's in charts

2015-08-25 Thread Jonathan Giles
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. ChartsLayoutAnimator

Re: Usage of internal API's in charts

2015-08-25 Thread Kevin Rushforth
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.

Usage of internal API's in charts

2015-08-25 Thread Sven Reimers
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? Should we revisit every possible extension point in JavaFX