|
Apache JMeter | ||||||||
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.AbstractListenerGui org.apache.jmeter.visualizers.gui.AbstractVisualizer org.apache.jmeter.visualizers.SplineVisualizer
public class SplineVisualizer
This class implements a statistical analyser that takes samples to process a Spline interpolated curve. Currently, it tries to look mostly like the GraphVisualizer.
Nested Class Summary | |
---|---|
class |
SplineVisualizer.SplineGraph
Component showing a Spline curve. |
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected Color |
AVERAGE_COLOR
|
protected Color |
BACKGROUND_COLOR
|
protected boolean |
FILL_UP_WITH_ZEROS
|
protected Color |
INCOMING_COLOR
|
protected Color |
MAXIMUM_COLOR
|
protected Color |
MINIMUM_COLOR
|
protected int |
NUMBERS_TO_DISPLAY
|
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 | |
---|---|
SplineVisualizer()
|
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()
Clears the current data of the object. |
JPanel |
getControlPanel()
|
Image |
getImage()
|
String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
String |
toString()
|
void |
updateGui()
|
void |
updateGui(Sample s)
|
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, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, setComment, setEnabled, setName |
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 final Color BACKGROUND_COLOR
protected final Color MINIMUM_COLOR
protected final Color MAXIMUM_COLOR
protected final Color AVERAGE_COLOR
protected final Color INCOMING_COLOR
protected final int NUMBERS_TO_DISPLAY
protected final boolean FILL_UP_WITH_ZEROS
Constructor Detail |
---|
public SplineVisualizer()
Method Detail |
---|
public void add(SampleResult res)
Visualizer
add
in interface Visualizer
public String getLabelResource()
JMeterGUIComponent
getLabelResource
in interface JMeterGUIComponent
public void updateGui(Sample s)
updateGui
in interface GraphListener
public void clearData()
Clearable
clearData
in interface Clearable
public void updateGui()
updateGui
in interface GraphListener
public String toString()
toString
in class Component
public JPanel getControlPanel()
public Image getImage()
getImage
in interface ImageVisualizer
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |