extending classes

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Roland Beuker

extending classes

Post by Roland Beuker » Wed Mar 12, 2003 10:23 am

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

David Gilbert

Re: extending classes

Post by David Gilbert » Wed Mar 12, 2003 6:23 pm

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

Locked