Re: Usage of internal API's in charts

2015-08-26 Thread Sven Reimers
Ok. That what I assumed. Shall we try to compile a list with needed API's? -Sven Am 26.08.2015 19:19 schrieb "Pedro Duque Vieira" < pedro.duquevie...@gmail.com>: > I've also extended charts and have also been confronted with internal APIs. > > -- > Pedro Duque Vieira >

Re: Usage of internal API's in charts

2015-08-26 Thread Pedro Duque Vieira
I've also extended charts and have also been confronted with internal APIs. -- Pedro Duque Vieira

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