shapeScale has beed deprecated.

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

shapeScale has beed deprecated.

Post by Martin Smith » Sun Jun 09, 2002 10:40 pm

The variable shapeScale has been deprecated with no apparent way to modify the size without extending the StandardXYItemRenderer class. It appears that this is a work in progress with the method

<code>
protected double getShapeScale(Plot plot,int series,int item, double x, double y) {
return 6.0;
}
<code/>

meant to replace it.

After a lengthy preamble my question is how shapeScale is going to be configurable in the future.

The reason I ask is that I am one of those pain in the posterior purists that does not allow code to pass code review with any deprecated calls.

Martin Smith

David Gilbert

Re: shapeScale has been deprecated.

Post by David Gilbert » Wed Jun 12, 2002 5:50 am

Hi Martin,

I'm looking into this...

Regards,

DG.

Locked