You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by wo...@apache.org on 2005/10/10 19:50:17 UTC

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/visualizers AxisGraph.java StatGraphVisualizer.java

woolfel     2005/10/10 10:50:17

  Modified:    src/components/org/apache/jmeter/visualizers Tag: rel-2-1
                        AxisGraph.java StatGraphVisualizer.java
  Log:
  cleaned up the code and added copyright for AxisGraph. forgot to add it when I checked it
  in.
  peter
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +16 -12    jakarta-jmeter/src/components/org/apache/jmeter/visualizers/Attic/AxisGraph.java
  
  Index: AxisGraph.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/visualizers/Attic/AxisGraph.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- AxisGraph.java	10 Sep 2005 19:13:36 -0000	1.1.2.1
  +++ AxisGraph.java	10 Oct 2005 17:50:17 -0000	1.1.2.2
  @@ -1,8 +1,18 @@
   /*
  - * Created on Sep 9, 2005
  - *
  - * TODO To change the template for this generated file go to
  - * Window - Preferences - Java - Code Style - Code Templates
  + * Copyright 2005 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  + * use this file except in compliance with the License. You may obtain a copy
  + * of the License at
  + * 
  + * http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  + * License for the specific language governing permissions and limitations
  + * under the License.
  + *  
    */
   package org.apache.jmeter.visualizers;
   
  @@ -12,14 +22,9 @@
   import java.awt.Graphics2D;
   import java.awt.LayoutManager;
   import java.awt.Paint;
  -import java.awt.event.ActionEvent;
   
  -import javax.swing.JComponent;
   import javax.swing.JPanel;
   
  -import org.apache.jmeter.gui.action.ActionRouter;
  -import org.apache.jmeter.gui.action.SaveGraphics;
  -import org.apache.jmeter.util.JMeterUtils;
   import org.jCharts.axisChart.AxisChart;
   import org.jCharts.chartData.AxisChartDataSet;
   import org.jCharts.chartData.DataSeries;
  @@ -30,10 +35,9 @@
   import org.jCharts.types.ChartType;
   
   /**
  - * @author pete
    *
  - * TODO To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Style - Code Templates
  + * Axis graph is used by StatGraphVisualizer, which generates bar graphs
  + * from the statistical data.
    */
   public class AxisGraph extends JPanel {
   
  
  
  
  1.1.2.5   +3 -3      jakarta-jmeter/src/components/org/apache/jmeter/visualizers/Attic/StatGraphVisualizer.java
  
  Index: StatGraphVisualizer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/visualizers/Attic/StatGraphVisualizer.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- StatGraphVisualizer.java	20 Sep 2005 15:29:45 -0000	1.1.2.4
  +++ StatGraphVisualizer.java	10 Oct 2005 17:50:17 -0000	1.1.2.5
  @@ -1,6 +1,6 @@
   // $Header$
   /*
  - * Copyright 2002-2004 The Apache Software Foundation.
  + * Copyright 2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License"); you may not
    * use this file except in compliance with the License. You may obtain a copy
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org