From: Nathaniel G. A. <nat...@us...> - 2004-05-31 16:29:56
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/axisChart/axis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3178/src/java/org/krysalis/jcharts/axisChart/axis Modified Files: YAxis.java Log Message: fixed javadocs Index: YAxis.java =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/axisChart/axis/YAxis.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** YAxis.java 27 Aug 2003 04:37:44 -0000 1.4 --- YAxis.java 31 May 2004 16:29:47 -0000 1.5 *************** *** 73,77 **** * Need this value as horizontal plots start from the top of the axis and go down * ! * @return ************************************************************************************/ public float getLastTickY() --- 73,77 ---- * Need this value as horizontal plots start from the top of the axis and go down * ! * @return float ************************************************************************************/ public float getLastTickY() |