org.apache.jmeter.visualizers

Class SplineVisualizer.SplineGraph

Enclosing Class:
SplineVisualizer

public class SplineVisualizer.SplineGraph
extends JComponent

Component showing a Spline curve.

Field Summary

protected Color
WAITING_COLOR
protected int
lastHeight
protected int
lastWidth
protected int[]
plot
boolean
reinterpolated

Constructor Summary

SplineGraph()

Method Summary

void
clear()
Clear the Spline graph and get ready for the next wave.
void
paintComponent(Graphics g)

Field Details

WAITING_COLOR

protected final Color WAITING_COLOR

lastHeight

protected int lastHeight

lastWidth

protected int lastWidth

plot

protected int[] plot

reinterpolated

public boolean reinterpolated

Constructor Details

SplineGraph

public SplineGraph()

Method Details

clear

public void clear()
Clear the Spline graph and get ready for the next wave.

paintComponent

public void paintComponent(Graphics g)

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.