githubbub / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Modify access level modifiers from private to protected in BarChart #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 31 Oct 2013 at 8:42