|
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 | +--org.apache.jmeter.visualizers.SplineVisualizer.SplineGraph
Component showing a Spline curve.
Field Summary | |
protected int |
lastHeight
! |
protected int |
lastWidth
! |
protected int[] |
plot
! |
boolean |
reinterpolated
! |
protected Color |
WAITING_COLOR
! |
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.SplineGraph()
! |
Method Summary | |
void |
clear()
Clear the Spline graph and get ready for the next wave. |
void |
paintComponent(Graphics g)
! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean reinterpolated
protected final Color WAITING_COLOR
protected int lastWidth
protected int lastHeight
protected int[] plot
Constructor Detail |
public SplineVisualizer.SplineGraph()
Method Detail |
public void clear()
public void paintComponent(Graphics g)
paintComponent
in class JComponent
g
- !ToDo (Parameter description)
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |