org.apache.jmeter.visualizers
Class SplineModel
- Clearable
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
SplineModel
public SplineModel()
clearData
public void clearData()
Clears the current data of the object.
- 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()
setName
public void setName(String newName)
uncompile
public void uncompile()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.