org.apache.jmeter.visualizers

Class SplineModel

Implemented Interfaces:
Clearable

public class SplineModel
extends Object
implements Clearable

Field Summary

int
DEFAULT_NUMBER_OF_NODES
int
DEFAULT_REFRESH_PERIOD
protected boolean
SHOW_INCOMING_SAMPLES
protected int
numberOfNodes
protected int
refreshPeriod

Constructor Summary

SplineModel()

Method Summary

void
add(SampleResult sampleResult)
void
clearData()
Clears the current data of the object.
Collection
getAddList()
long
getAverage()
long
getCurrent()
Spline3
getDataCurve()
Class
getGuiClass()
long
getMaximum()
long
getMinimum()
String
getName()
long
getNumberOfCollectedSamples()
long
getSample(int i)
boolean
isEditable()
void
setListener(GraphListener vis)
void
setName(String newName)
void
uncompile()

Field Details

DEFAULT_NUMBER_OF_NODES

public final int DEFAULT_NUMBER_OF_NODES

DEFAULT_REFRESH_PERIOD

public final int DEFAULT_REFRESH_PERIOD

SHOW_INCOMING_SAMPLES

protected final boolean SHOW_INCOMING_SAMPLES

numberOfNodes

protected int numberOfNodes

refreshPeriod

protected int refreshPeriod

Constructor Details

SplineModel

public SplineModel()

Method Details

add

public void add(SampleResult sampleResult)

clearData

public void clearData()
Clears the current data of the object.
Specified by:
clearData in interface Clearable

getAddList

public Collection getAddList()

getAverage

public long getAverage()

getCurrent

public long getCurrent()

getDataCurve

public Spline3 getDataCurve()

getGuiClass

public Class getGuiClass()

getMaximum

public long getMaximum()

getMinimum

public long getMinimum()

getName

public String getName()

getNumberOfCollectedSamples

public long getNumberOfCollectedSamples()

getSample

public long getSample(int i)

isEditable

public boolean isEditable()

setListener

public void setListener(GraphListener vis)

setName

public void setName(String newName)

uncompile

public void uncompile()

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