Modifier and Type | Method | Description |
---|---|---|
void |
MovingAnnotationCommand.setAfterMoveSnappedSample(ISample afterMoveSnappedSample) |
|
void |
MovingAnnotationCommand.setBeforeMoveSnappedSample(ISample beforeMoveSnappedSample) |
Modifier and Type | Class | Description |
---|---|---|
class |
Sample |
An (x,y) sample data with error.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ISample |
AbstractDataProvider.getSample(int index) |
|
ISample |
CircularBufferDataProvider.getSample(int index) |
|
ISample |
IDataProvider.getSample(int index) |
Get sample by index
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<ISample> |
CircularBufferDataProvider.iterator() |
Modifier and Type | Method | Description |
---|---|---|
void |
CircularBufferDataProvider.addSample(ISample sample) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ISample> |
Trace.getHotSampleList() |
Hot Sample is the sample on the trace which has been drawn in plot area.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Annotation.setCurrentSnappedSample(ISample currentSnappedSample,
boolean keepLabelPosition) |
|
void |
CircleAnnotation.setCurrentSnappedSample(ISample currentSnappedSample,
boolean keepLabelPosition) |
|
void |
CrossAnnotation.setCurrentSnappedSample(ISample currentSnappedSample,
boolean keepLabelPosition) |
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.graphics.Color |
BasePointStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
org.eclipse.swt.graphics.Color |
BooleanStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
org.eclipse.swt.graphics.Color |
DoubleStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
org.eclipse.swt.graphics.Color |
IPointStyleProvider.getPointColor(ISample sample,
Trace trace) |
Get the marker color for the given sample
|
org.eclipse.swt.graphics.Color |
StringStyleProvider.getPointColor(ISample sample,
Trace trace) |
|
int |
BasePointStyleProvider.getPointSize(ISample sample,
Trace trace) |
|
int |
IPointStyleProvider.getPointSize(ISample sample,
Trace trace) |
Get the marker size for the given sample
|
int |
StringStyleProvider.getPointSize(ISample sample,
Trace trace) |
|
Trace.PointStyle |
BasePointStyleProvider.getPointStyle(ISample sample,
Trace trace) |
|
Trace.PointStyle |
IPointStyleProvider.getPointStyle(ISample sample,
Trace trace) |
Get the marker style for the given sample
|
Trace.PointStyle |
StringStyleProvider.getPointStyle(ISample sample,
Trace trace) |