Opneness of JFreechart

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

Opneness of JFreechart

Post by Wei Jiang » Wed Dec 04, 2002 3:59 am

Hi JFreechart team,

JFreechart is realy good. I have been using it since version 0.7.

I checked verion 0.94 and found that some class variables have
been changed from protected to private. Such as OverlainXYPlot.subplots
and JFreechart.plot.

I think that it would be more open if such variables are protected. User
may extend original classes.
I know it is open source, but it would be easier if
users do not have to modify the original code.

David Gilbert

Re: Opneness of JFreechart

Post by David Gilbert » Wed Dec 04, 2002 11:03 am

For most of these attributes, there are get/set methods, so you can still extend the original classes without modifying the original code. If there is an attribute that you require access to, but it doesn't have get/set methods, just raise it as a feature request.

Regards,

DG

Locked