I try to subclass BarChart.java to make a chart that can combined stacked bars
with multiple bars.
However since methods drawBar and getGradientPartialColor are set as private
makes it neccessary to copy the source to my subclass instead of inherit those
method directly.
What do you see instead?
Modify the methods signature to be protected so that they can be used from
subclass.
What version of the product binary library are you using?
1.1.0
Original issue reported on code.google.com by kungjo...@gmail.com on 8 Aug 2013 at 2:54
Original issue reported on code.google.com by
kungjo...@gmail.com
on 8 Aug 2013 at 2:54