Deprecated Constant in StandardXYItemRenderer

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

Deprecated Constant in StandardXYItemRenderer

Post by David Basten » Tue Jun 11, 2002 6:16 pm

In the 0.9.0 release, the constant SHAPES_AND_LINES has been deprecated from the StandardXYItemRenderer class. According to the javadocs, we should use either SHAPES or LINES.

When will this functionality be removed? This is actually a beneficial feature of JFreeChart for us. We give them the ability to quickly switch between SHAPES and SHAPES_AND_LINES. Our users often will use SHAPES_AND_LINES when graphing data we poll to quickly determine if any polling data has been missed.

I hope that either I'm either misreading the docs and there is an alternative way to specify this going forward or that the feature will not be removed.

David Gilbert

Re: Deprecated Constant in StandardXYItemRenderer

Post by David Gilbert » Tue Jun 11, 2002 8:00 pm

Hi David,

This slipped by me unnoticed...I'll investigate and let you know.

Regards,

DG.

Locked