[Mc4j-cvs] mc4j/src/org/mc4j/console/swing/graph AbstractGraphPanel.java,1.11,1.12
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-17 12:01:31
|
Update of /cvsroot/mc4j/mc4j/src/org/mc4j/console/swing/graph In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8927/src/org/mc4j/console/swing/graph Modified Files: AbstractGraphPanel.java Log Message: Some images, dashboard component tweaks and dashboard updates Index: AbstractGraphPanel.java =================================================================== RCS file: /cvsroot/mc4j/mc4j/src/org/mc4j/console/swing/graph/AbstractGraphPanel.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** AbstractGraphPanel.java 17 Apr 2006 03:07:25 -0000 1.11 --- AbstractGraphPanel.java 17 Apr 2006 12:01:27 -0000 1.12 *************** *** 498,501 **** --- 498,506 ---- } + /** + * + * @param name The attribute name + * @param key The key to the value, usually an EmsAttribute + */ protected void createTimeSeries(String name, T key) { TimeSeries ts = new TimeSeries(name, Millisecond.class); |