Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2572/src/java/org/krysalis/jcharts
Modified Files:
Legend.java
Log Message:
fixed javadocs
Index: Legend.java
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/Legend.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Legend.java 27 Aug 2003 04:37:44 -0000 1.9
--- Legend.java 31 May 2004 16:26:13 -0000 1.10
***************
*** 506,510 ****
if( this.shapes.size() > 0 && this.shapes.size() > labelIndex )
{
! Shape shape = (Shape)this.shapes.get( labelIndex);
//---get the original transform so can reset it
--- 506,510 ----
if( this.shapes.size() > 0 && this.shapes.size() > labelIndex )
{
! //Shape shape = (Shape)this.shapes.get( labelIndex);
//---get the original transform so can reset it
|