From: Sasa M. <sa...@us...> - 2004-04-29 10:17:32
|
Update of /cvsroot/jrobin/src/org/jrobin/graph In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24539/org/jrobin/graph Modified Files: RrdGraphDef.java Log Message: Fixed javadoc for GPRINT (added TOTAL) Index: RrdGraphDef.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/graph/RrdGraphDef.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** RrdGraphDef.java 26 Apr 2004 22:28:33 -0000 1.10 --- RrdGraphDef.java 29 Apr 2004 10:17:21 -0000 1.11 *************** *** 907,911 **** * @param sourceName Graph source name * @param consolFun Consolidation function to be used for calculation ("AVERAGE", ! * "MIN", "MAX" or "LAST") * @param format Format string. For example: "speed is @5.2 @sbits/sec@c", * "temperature = @0 degrees" --- 907,911 ---- * @param sourceName Graph source name * @param consolFun Consolidation function to be used for calculation ("AVERAGE", ! * "MIN", "MAX", "LAST" or "TOTAL" (since 1.3.1) * @param format Format string. For example: "speed is @5.2 @sbits/sec@c", * "temperature = @0 degrees" *************** *** 925,929 **** * * @param sourceName Graph source name ! * @param consolFun Consolidation function to be used for calculation ("AVERAGE", "MIN", "MAX" or "LAST") * @param format Format string. For example: "speed is @5.2 @sbits/sec@c", "temperature = @0 degrees" * @param base Base value for the formatting, defaults to the graphing base value --- 925,930 ---- * * @param sourceName Graph source name ! * @param consolFun Consolidation function to be used for calculation ("AVERAGE", "MIN", "MAX", "LAST" ! * or "TOTAL" (since 1.3.1) * @param format Format string. For example: "speed is @5.2 @sbits/sec@c", "temperature = @0 degrees" * @param base Base value for the formatting, defaults to the graphing base value |