|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--org.apache.jmeter.gui.AbstractJMeterGuiComponent | +--org.apache.jmeter.visualizers.gui.AbstractVisualizer | +--org.apache.jmeter.visualizers.GraphVisualizer
This class implements a statistical analyser that calculates both the average and the standard deviation of the sampling process and outputs them as autoscaling plots.
Field Summary |
Fields inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer |
log |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
GraphVisualizer()
Constructor for the GraphVisualizer object |
Method Summary | |
void |
add(SampleResult res)
! |
void |
clear()
Description of the Method |
Image |
getImage()
Gets the Image attribute of the GraphVisualizer object |
String |
getStaticLabel()
! |
void |
itemStateChanged(ItemEvent e)
Description of the Method |
String |
toString()
Description of the Method |
void |
updateGui()
! |
void |
updateGui(Sample s)
! |
Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer |
configure, configureTestElement, createPopupMenu, createTestElement, getErrorLoggingCheckbox, getFile, getFilePanel, getMenuCategories, getModel, makeTitlePanel, modifyTestElement, setFile, setModel, stateChanged |
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
configureTestElement, createTitleLabel, getName, getNamePanel, getNode, isEnabled, makeBorder, makeScrollPane, makeScrollPane, setEnabled, setName, setNode |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GraphVisualizer()
Method Detail |
public Image getImage()
getImage
in interface ImageVisualizer
public void updateGui()
updateGui
in interface GraphListener
public void updateGui(Sample s)
updateGui
in interface GraphListener
s
- !ToDo (Parameter description)public void add(SampleResult res)
add
in interface Visualizer
res
- !ToDo (Parameter description)public String getStaticLabel()
getStaticLabel
in interface JMeterGUIComponent
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
e
- Description of Parameterpublic void clear()
clear
in interface Clearable
clear
in class AbstractJMeterGuiComponent
public String toString()
toString
in class Component
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |