|
From: <sa...@us...> - 2003-11-10 08:53:00
|
Update of /cvsroot/jrobin/src/org/jrobin/graph In directory sc8-pr-cvs1:/tmp/cvs-serv1858/org/jrobin/graph Modified Files: RrdGraphDef.java TimeAxisUnit.java TimeMarker.java ValueAxisUnit.java Log Message: source code polishing, nothing special Index: RrdGraphDef.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/graph/RrdGraphDef.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RrdGraphDef.java 7 Nov 2003 08:23:19 -0000 1.1 --- RrdGraphDef.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 48,52 **** * * <p>To learn more about RDTool's graphs see RRDTool's ! * <a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/manual/rrdgraph.html" target="man">rrdgraph man page</a>. This man page * is important: JRobin uses the same concept of graph sources definition (DEF directives) * and supports RPN extensions in complex datasource definitions (RRDTool's CDEF directives).</p> --- 48,52 ---- * * <p>To learn more about RDTool's graphs see RRDTool's ! * <a href="../../../../man/rrdgraph.html" target="man">rrdgraph man page</a>. This man page * is important: JRobin uses the same concept of graph sources definition (DEF directives) * and supports RPN extensions in complex datasource definitions (RRDTool's CDEF directives).</p> Index: TimeAxisUnit.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/graph/TimeAxisUnit.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TimeAxisUnit.java 7 Nov 2003 08:23:19 -0000 1.1 --- TimeAxisUnit.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: TimeMarker.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/graph/TimeMarker.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TimeMarker.java 7 Nov 2003 08:23:19 -0000 1.1 --- TimeMarker.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: ValueAxisUnit.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/graph/ValueAxisUnit.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ValueAxisUnit.java 7 Nov 2003 08:23:19 -0000 1.1 --- ValueAxisUnit.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. |