neth 01/08/29 04:54:59
Modified: src/org/apache/jmeter/visualizers Graph.java
Log:
Implemented GenericGraphListener.
Revision Changes Path
1.6 +9 -1 jakarta-jmeter/src/org/apache/jmeter/visualizers/Graph.java
Index: Graph.java
===================================================================
RCS file: /home/cvs/jakarta-jmeter/src/org/apache/jmeter/visualizers/Graph.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Graph.java 2001/07/26 00:34:52 1.5
+++ Graph.java 2001/08/29 11:54:59 1.6
@@ -73,7 +73,8 @@
*/
- public class Graph extends JComponent implements
Scrollable,ModelSupported,GraphListener
+ public class Graph extends JComponent implements
Scrollable,ModelSupported,GraphListener,
+ GenericGraphListener
{
private boolean data = true;
@@ -103,6 +104,13 @@
this.model.addModelListener(this);
repaint();
}
+
+ /**
+ * Clears this graph
+ */
+ public void clear()
+ {
+ }
/**
* Gets the PreferredScrollableViewportSize attribute of the Graph
object
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]