HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
688 stars 129 forks source link

improve extensibilty of skins #135

Open WolfgangFahl opened 7 years ago

WolfgangFahl commented 7 years ago

I am trying to extend LCDSkin but it looks like most of the necessary fields and functions like initGraphic and pane are private. It would be an improvement to make those protected. As soon as there are unit tests available I could provide a pull request with an example.