public interface IPointStyleProvider
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Color |
getPointColor(ISample sample,
Trace trace)
Get the marker color for the given sample
|
int |
getPointSize(ISample sample,
Trace trace)
Get the marker size for the given sample
|
Trace.PointStyle |
getPointStyle(ISample sample,
Trace trace)
Get the marker style for the given sample
|
org.eclipse.swt.graphics.Color getPointColor(ISample sample, Trace trace)
sample
- sample to be styledtrace
- used to return the default propertiesTrace.PointStyle getPointStyle(ISample sample, Trace trace)
sample
- sample to be styledtrace
- used to return the default properties