From: Sasa M. <sa...@us...> - 2004-06-09 09:44:57
|
Update of /cvsroot/jrobin/src/org/jrobin/graph In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1817/org/jrobin/graph Modified Files: LinearInterpolator.java Log Message: added javadoc Index: LinearInterpolator.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/graph/LinearInterpolator.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LinearInterpolator.java 9 Jun 2004 08:59:23 -0000 1.2 --- LinearInterpolator.java 9 Jun 2004 09:44:48 -0000 1.3 *************** *** 148,152 **** * <code>INTERPOLATE_RIGHT</code>, <code>INTERPOLATE_LINEAR</code> or * <code>INTERPOLATE_REGRESSION</code>. Any other value will be interpreted as ! * INTERPOLATE_LINEAR. */ public void setInterpolationMethod(int interpolationMethod) { --- 148,152 ---- * <code>INTERPOLATE_RIGHT</code>, <code>INTERPOLATE_LINEAR</code> or * <code>INTERPOLATE_REGRESSION</code>. Any other value will be interpreted as ! * INTERPOLATE_LINEAR (default). */ public void setInterpolationMethod(int interpolationMethod) { |