Allow to extend NumberAxis
Toni, Marc
Marc.Toni at vector.com
Wed Mar 8 11:30:48 UTC 2023
Hi All,
There is an open Enhancement issue (https://bugs.openjdk.org/browse/JDK-8090467), back from 2011, to allow extending from the NumberAxis class.
We (at Vector Germany) want to extend from NumberAxis to overwrite the implementations of "calculateTickValues" and "calculateMinorTickMarks" for better tick marks depending on the tick unit.
For testing purposes, we copied the implementation of NumberAxis and refactored the two methods. But due to licensing issues, we must not use this approach.
Is there any good reason not to remove the "final" modifier from the class definition? We would like to have this change ASAP.
Best regards,
Marc Toni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20230308/17884b8c/attachment.htm>
More information about the openjfx-dev
mailing list