Hello,
When I want to extend a JFreeChart class, for example "StandardXYItemRenderer" there are problems with private declared constants. Shouldn’t these constants be declared protected instead of private so they are accessible from child classes?
Greetings,
Roland
extending classes
Re: extending classes
Hi Roland,
There should be get/set methods implemented for most attributes. If there are some missing, let me know and I will add them for the next release.
Regards,
Dave Gilbert
There should be get/set methods implemented for most attributes. If there are some missing, let me know and I will add them for the next release.
Regards,
Dave Gilbert