|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.visualizers.SplineModel
Title: JMeter Description: Copyright: Copyright (c) 2000 Company: Apache
Field Summary | |
protected long |
average
|
protected Spline3 |
dataCurve
|
int |
DEFAULT_NUMBER_OF_NODES
|
int |
DEFAULT_REFRESH_PERIOD
|
protected long |
n
|
protected int |
numberOfNodes
|
protected int |
refreshPeriod
|
protected boolean |
SHOW_INCOMING_SAMPLES
|
protected long |
sum
|
Constructor Summary | |
SplineModel()
! |
Method Summary | |
void |
add(SampleResult sampleResult)
! |
void |
clear()
! |
Collection |
getAddList()
! |
long |
getAverage()
! |
String |
getClassLabel()
! |
long |
getCurrent()
! |
Spline3 |
getDataCurve()
! |
Class |
getGuiClass()
! |
long |
getMaximum()
! |
long |
getMinimum()
! |
String |
getName()
! |
int |
getNumberOfCollectedSamples()
! |
long |
getSample(int i)
! |
long[] |
getSamples()
! |
boolean |
isEditable()
! |
void |
setListener(GraphListener vis)
! |
void |
setName(String newName)
! |
void |
uncompile()
! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final int DEFAULT_NUMBER_OF_NODES
public final int DEFAULT_REFRESH_PERIOD
protected final boolean SHOW_INCOMING_SAMPLES
protected int numberOfNodes
protected int refreshPeriod
protected Spline3 dataCurve
protected long sum
protected long average
protected long n
Constructor Detail |
public SplineModel()
Method Detail |
public void setListener(GraphListener vis)
vis
- !ToDo (Parameter description)public void setName(String newName)
newName
- !ToDo (Parameter description)public boolean isEditable()
public Spline3 getDataCurve()
public Class getGuiClass()
public Collection getAddList()
public String getClassLabel()
public long getMinimum()
public long getMaximum()
public long getAverage()
public long getCurrent()
public long[] getSamples()
public long getSample(int i)
i
- !ToDo (Parameter description)
public int getNumberOfCollectedSamples()
public String getName()
public void uncompile()
public void clear()
clear
in interface Clearable
public void add(SampleResult sampleResult)
sampleResult
- !ToDo (Parameter description)
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |