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
shapeScale has beed deprecated.
Re: shapeScale has been deprecated.
Hi Martin,
I'm looking into this...
Regards,
DG.
I'm looking into this...
Regards,
DG.