public class SampleBase extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
created |
protected XYDataItemExtension |
first |
protected long |
firstTs |
protected XYDataItemExtension |
last |
protected long |
lastTs |
protected long |
length |
protected long |
y |
| Constructor and Description |
|---|
SampleBase() |
| Modifier and Type | Method and Description |
|---|---|
XYDataItemExtension |
getFirst() |
long |
getFirstTs() |
XYDataItemExtension |
getLast()
Deprecated.
|
long |
getLastTs() |
long |
getLength() |
SampleBase |
getPreviousSample() |
long |
getY() |
void |
initDataItems() |
void |
setPreviousSample(SampleBase previousSample) |
void |
updateDataItems() |
public int created
protected XYDataItemExtension first
protected XYDataItemExtension last
protected long length
protected long firstTs
protected long lastTs
protected long y
public long getLength()
public void updateDataItems()
public long getFirstTs()
public long getLastTs()
public long getY()
public SampleBase getPreviousSample()
public void setPreviousSample(SampleBase previousSample)
public void initDataItems()
public XYDataItemExtension getFirst()
@Deprecated public XYDataItemExtension getLast()
Copyright © 2019. All rights reserved.