public class StatsCollectionEvent extends Object
| Constructor and Description |
|---|
StatsCollectionEvent()
Instantiates a new stats collection event.
|
StatsCollectionEvent(String name,
long time,
long data)
Instantiates a new stats collection event.
|
StatsCollectionEvent(String name,
org.jfree.data.xy.XYDataItem data)
Instantiates a new stats collection event.
|
| Modifier and Type | Method and Description |
|---|---|
org.jfree.data.xy.XYDataItem |
getData()
Gets the data.
|
String |
getName()
Gets the name.
|
long |
getTime()
Gets the time.
|
long |
getValue()
Gets the value.
|
void |
setData(org.jfree.data.xy.XYDataItem data)
Sets the data.
|
void |
setName(String name)
Sets the name.
|
public StatsCollectionEvent()
public StatsCollectionEvent(String name, org.jfree.data.xy.XYDataItem data)
name - the namedata - the datapublic StatsCollectionEvent(String name, long time, long data)
name - the nametime - the timedata - the datapublic String getName()
public void setName(String name)
name - the new namepublic org.jfree.data.xy.XYDataItem getData()
public void setData(org.jfree.data.xy.XYDataItem data)
data - the new datapublic long getValue()
public long getTime()
Copyright © 2009–2020 psi-probe. All rights reserved.