I thought I'd try my hand at wrapping a library in java (it's been a while) and I decided to try the jfxtras CirclePopupMenu.
It's working well, but there is method to set the AnimationInterpolation which is a functional interface. I can't for life of me work out how to wrap this so that the user can change the values.
Relevant javadoc is here:
http://jfxtras.org/doc/8.0/jfxtras-menu/jfxtras/scene/menu/CirclePopupMenu.html
https://jar-download.com/javaDoc/or...yout/CircularPane.AnimationInterpolation.html
https://jar-download.com/javaDoc/or...8.0-r4/jfxtras/scene/layout/CircularPane.html
My current source code is attached.
Any help would be appreciated.
It's working well, but there is method to set the AnimationInterpolation which is a functional interface. I can't for life of me work out how to wrap this so that the user can change the values.
Relevant javadoc is here:
http://jfxtras.org/doc/8.0/jfxtras-menu/jfxtras/scene/menu/CirclePopupMenu.html
https://jar-download.com/javaDoc/or...yout/CircularPane.AnimationInterpolation.html
https://jar-download.com/javaDoc/or...8.0-r4/jfxtras/scene/layout/CircularPane.html
My current source code is attached.
Any help would be appreciated.
Attachments
Last edited: