From: Nathaniel G. A. <nat...@us...> - 2004-05-31 16:25:35
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2401/src/java/org/krysalis/jcharts/properties/util Modified Files: ChartFont.java Log Message: fixed javadocs Index: ChartFont.java =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/properties/util/ChartFont.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChartFont.java 2 Sep 2003 08:45:55 -0000 1.3 --- ChartFont.java 31 May 2004 16:25:22 -0000 1.4 *************** *** 91,95 **** * * @return font ! * @todo this allows you to modify the Font **************************************************************************************/ public Font getFont() --- 91,95 ---- * * @return font ! * TODO this allows you to modify the Font **************************************************************************************/ public Font getFont() *************** *** 101,105 **** /************************************************************************************** * ! * @return boolean ************************************************************************************** public boolean isAntiAliased() --- 101,105 ---- /************************************************************************************** * ! // * @return boolean ************************************************************************************** public boolean isAntiAliased() |