Package | Description |
---|---|
org.eclipse.nebula.visualization.xygraph.dataprovider | |
org.eclipse.nebula.visualization.xygraph.figures |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataProvider
This gives the most common implementation of the
IDataProvider
interface. |
class |
CircularBufferDataProvider
Provides data to a trace.
|
class |
ClippedCircularBufferDataProvider
CircularBufferDataProvider with a limited window on the trace data
for computing data ranges. |
Modifier and Type | Method and Description |
---|---|
void |
IDataProviderListener.dataChanged(IDataProvider dataProvider)
This method will be notified by data provider whenever the data changed
in data provider
|
Modifier and Type | Method and Description |
---|---|
IDataProvider |
Trace.getDataProvider() |
Modifier and Type | Method and Description |
---|---|
void |
Trace.dataChanged(IDataProvider dataProvider) |
void |
Axis.dataChanged(IDataProvider dataProvider) |
void |
Annotation.dataChanged(IDataProvider dataProvider) |
void |
Trace.init(Axis xAxis,
Axis yAxis,
IDataProvider dataProvider)
Must be called if using
Trace.Trace(String) |
void |
Trace.setDataProvider(IDataProvider traceDataProvider) |
Constructor and Description |
---|
Trace(java.lang.String name,
Axis xAxis,
Axis yAxis,
IDataProvider dataProvider) |