org.apache.jmeter.visualizers
Class GraphAccumVisualizer
- ChangeListener, Clearable, GraphAccumListener, ImageVisualizer, JMeterGUIComponent, Printable, UnsharedComponent, Visualizer
public class GraphAccumVisualizer
This class implements a statistical analyser that plots the accumulated time
taken to load each set of pages. The number of plots is equivalent to the
number of times the set of pages is configured to load.
Created 2001/08/11
clearGui , configure , configureTestElement , createTestElement , getErrorLoggingCheckbox , getFile , getFilePanel , getModel , isStats , makeTitlePanel , modifyTestElement , setFile , setModel , stateChanged |
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
legendPanel
protected JPanel legendPanel
GraphAccumVisualizer
public GraphAccumVisualizer()
Constructor.
clearData
public void clearData()
Clear this visualizer data.
- clearData in interface Clearable
getImage
public Image getImage()
Gets the Image attribute of the GraphVisualizer object.
- getImage in interface ImageVisualizer
getWhiteCanvas
public Object getWhiteCanvas()
Returns the panel where labels can be added.
- a panel where labels can be added
toString
public String toString()
Returns a description of this instance.
- description of this instance
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.