|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.gui.AbstractJMeterGuiComponent
org.apache.jmeter.visualizers.gui.AbstractListenerGui
org.apache.jmeter.visualizers.gui.AbstractVisualizer
org.apache.jmeter.visualizers.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
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected GraphAccum |
graph
|
protected JPanel |
legendPanel
|
protected GraphAccumModel |
model
|
Fields inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer |
collector, isStats |
Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
namePanel |
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 | |
GraphAccumVisualizer()
Constructor. |
Method Summary | |
void |
add(SampleResult res)
This method is called by sampling thread to inform the visualizer about the arrival of a new sample. |
void |
clearData()
Clear this visualizer data. |
Image |
getImage()
Gets the Image attribute of the GraphVisualizer object. |
String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
Object |
getWhiteCanvas()
Returns the panel where labels can be added. |
String |
toString()
Returns a description of this instance. |
void |
updateGui()
Updates the gui to reflect changes. |
void |
updateGui(SampleResult s)
Updates gui to reflect small changes. |
Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer |
clearGui, configure, configureTestElement, createTestElement, getErrorLoggingCheckbox, getFile, getFilePanel, getModel, isStats, makeTitlePanel, modifyTestElement, setFile, setModel, stateChanged |
Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractListenerGui |
createPopupMenu, getMenuCategories |
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, setComment, 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 |
Field Detail |
protected transient GraphAccumModel model
protected transient GraphAccum graph
protected transient JPanel legendPanel
Constructor Detail |
public GraphAccumVisualizer()
Method Detail |
public String getLabelResource()
JMeterGUIComponent
getLabelResource
in interface JMeterGUIComponent
public void add(SampleResult res)
Visualizer
add
in interface Visualizer
public Object getWhiteCanvas()
public Image getImage()
getImage
in interface ImageVisualizer
public void updateGui()
updateGui
in interface GraphAccumListener
public void updateGui(SampleResult s)
updateGui
in interface GraphAccumListener
s
- sample to be added to plotpublic void clearData()
clearData
in interface Clearable
public String toString()
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |